Skip to content

Commit d50488e

Browse files
authored
refactor(hermes): Change Pythnet mapping account env var (#1495)
Prefix the env var with Pythnet to be more clear.
1 parent 64037e5 commit d50488e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/hermes/src/config/pythnet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ pub struct Options {
2222
/// Pyth mapping account address.
2323
#[arg(long = "mapping-address")]
2424
#[arg(default_value = DEFAULT_PYTHNET_MAPPING_ADDR)]
25-
#[arg(env = "MAPPING_ADDRESS")]
25+
#[arg(env = "PYTHNET_MAPPING_ADDRESS")]
2626
pub mapping_addr: Pubkey,
2727
}

0 commit comments

Comments
 (0)