Skip to content

Commit

Permalink
bumped gaspErc20Mock addresses in chain spec
Browse files Browse the repository at this point in the history
  • Loading branch information
iStrike7 committed Dec 2, 2024
1 parent 7523f80 commit 67265ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup/node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ pub fn rollup_local_config(
17000u64,
),
EvmChain::Anvil => (
array_bytes::hex2array("0xFD471836031dc5108809D173A067e8486B9047A3")
array_bytes::hex2array("0xc351628EB244ec633d5f21fBD6621e1a683B1181")
.expect("is correct address"),
31337u64,
),
EvmChain::Reth => (
array_bytes::hex2array("0xFD471836031dc5108809D173A067e8486B9047A3")
array_bytes::hex2array("0xc351628EB244ec633d5f21fBD6621e1a683B1181")
.expect("is correct address"),
1337u64,
),
Expand Down

0 comments on commit 67265ca

Please sign in to comment.