Skip to content

Commit

Permalink
print out env
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Oct 4, 2024
1 parent 10e1980 commit 44cd232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smoketest/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ lazy_static! {
DEFAULT_ETHEREUM_KEY.to_string()
}
};
fmt.println!("GATEWAY_PROXY_CONTRACT: {}", env::var("GATEWAY_PROXY_CONTRACT").unwrap());
pub static ref GATEWAY_PROXY_CONTRACT: [u8; 20] = {
if let Ok(val) = env::var("GATEWAY_PROXY_CONTRACT") {
<[u8; 20]>::from_hex(val).unwrap()
Expand Down

0 comments on commit 44cd232

Please sign in to comment.