We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64037e5 commit d50488eCopy full SHA for d50488e
apps/hermes/src/config/pythnet.rs
@@ -22,6 +22,6 @@ pub struct Options {
22
/// Pyth mapping account address.
23
#[arg(long = "mapping-address")]
24
#[arg(default_value = DEFAULT_PYTHNET_MAPPING_ADDR)]
25
- #[arg(env = "MAPPING_ADDRESS")]
+ #[arg(env = "PYTHNET_MAPPING_ADDRESS")]
26
pub mapping_addr: Pubkey,
27
}
0 commit comments