refactor(hermes): Change Pythnet mapping account env var (#1495)
Prefix the env var with Pythnet to be more clear.
This commit is contained in:
parent
64037e5b4a
commit
d50488ef5c
|
@ -22,6 +22,6 @@ pub struct Options {
|
|||
/// Pyth mapping account address.
|
||||
#[arg(long = "mapping-address")]
|
||||
#[arg(default_value = DEFAULT_PYTHNET_MAPPING_ADDR)]
|
||||
#[arg(env = "MAPPING_ADDRESS")]
|
||||
#[arg(env = "PYTHNET_MAPPING_ADDRESS")]
|
||||
pub mapping_addr: Pubkey,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue