diff --git a/apps/hermes/src/config/pythnet.rs b/apps/hermes/src/config/pythnet.rs index 5e5a0d50a5..2bfb7791a1 100644 --- a/apps/hermes/src/config/pythnet.rs +++ b/apps/hermes/src/config/pythnet.rs @@ -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, }