Skip to content

Commit

Permalink
update token address
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszaaa committed Oct 11, 2024
1 parent 1489198 commit 63ed8e5
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 @@ -71,12 +71,12 @@ pub fn rollup_local_config(
17000u64,
),
EvmChain::Anvil => (
array_bytes::hex2array("0xc351628EB244ec633d5f21fBD6621e1a683B1181")
array_bytes::hex2array("0xFD471836031dc5108809D173A067e8486B9047A3")
.expect("is correct address"),
31337u64,
),
EvmChain::Reth => (
array_bytes::hex2array("0xc351628EB244ec633d5f21fBD6621e1a683B1181")
array_bytes::hex2array("0xFD471836031dc5108809D173A067e8486B9047A3")
.expect("is correct address"),
1337u64,
),
Expand Down

0 comments on commit 63ed8e5

Please sign in to comment.