Skip to content

Commit

Permalink
tobe revert: adding random contract address and print for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
heemankv committed Dec 8, 2024
1 parent d4540fc commit bf457e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions crates/rpc-replay/src/block_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,15 @@ pub fn build_block_context(

let strk_fee_token_address = get_env_var_or_default(
"SNOS_STRK_FEE_TOKEN_ADDRESS",
"0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d",
"0x0782f0ddca11d9950bc3220e35ac82cf868778edb67a5e58b39838544bc4cd0f",
);
let eth_fee_token_address = get_env_var_or_default(
"SNOS_ETH_FEE_TOKEN_ADDRESS",
"0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7",
"0x0782f0ddca11d9950bc3220e35ac82cf868778edb67a5e58b39838544bc4cd0f",
);

println!("strk: {}, eth: {}", strk_fee_token_address, eth_fee_token_address);

let chain_info = ChainInfo {
chain_id,
// cf. https://docs.starknet.io/tools/important-addresses/
Expand Down

0 comments on commit bf457e9

Please sign in to comment.