isthmus on fraxtal

This commit is contained in:
goldsquid
2025-08-21 14:39:15 +07:00
parent abda0c9ff7
commit 01b630ef6c
3 changed files with 3 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
"fjord_time": 1733947201,
"granite_time": 1738958401,
"holocene_time": 1744052401,
"isthmus_time": 1755716401,
"batch_inbox_address": "0xff000000000000000000000000000000000420fc",
"deposit_contract_address": "0x36cb65c1967a0fb0eee11569c51c2f2aa1ca6f6d",
"l1_system_config_address": "0x34a9f273cbd847d49c3de015fc26c3e66825f8b2",

View File

@@ -58,6 +58,7 @@ services:
- GETH_OVERRIDE_FJORD=1733947201
- GETH_OVERRIDE_GRANITE=1738958401
- GETH_OVERRIDE_HOLOCENE=1744052401
- GETH_OVERRIDE_ISTHMUS=1755716401
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://rpc.mainnet.frax.com
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' --

View File

@@ -58,6 +58,7 @@ services:
- GETH_OVERRIDE_FJORD=1733947201
- GETH_OVERRIDE_GRANITE=1738958401
- GETH_OVERRIDE_HOLOCENE=1744052401
- GETH_OVERRIDE_ISTHMUS=1755716401
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://rpc.mainnet.frax.com
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' --