Skip to content

Commit 695ed95

Browse files
committed
Add testnet isthmus hard fork timestamp
1 parent 628d6c6 commit 695ed95

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.env.testnet.SAMPLE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ GETH_OVERRIDE_ECOTONE=1714186800
3131
GETH_OVERRIDE_FJORD=1730401200
3232
GETH_OVERRIDE_GRANITE=1738191600
3333
GETH_OVERRIDE_HOLOCENE=1742583600
34+
GETH_OVERRIDE_ISTHMUS=1754247600
3435

3536
# Op node values
3637
OP_NODE_L2_ENGINE_RPC=ws://testnet-geth:8551

testnet.docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
testnet-geth:
5-
image: ghcr.io/fraxfinance/fraxtal-op-geth:v1.101503.1-frax-1.1.0
5+
image: ghcr.io/fraxfinance/fraxtal-op-geth:v1.101511.1-frax-1.3.0
66
ports:
77
- 8545:8545
88
- 8546:8546
@@ -20,7 +20,7 @@ services:
2020
- ./testnet/genesis.json:/data/genesis.json:ro
2121
- ./geth-entrypoint.sh:/bin/geth-entrypoint
2222
testnet-node:
23-
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.12.2-frax-1.1.0
23+
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.13.5-frax-1.2.0
2424
ports:
2525
- 7545:8545
2626
- 9222:9222/tcp

testnet/rollup.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"fjord_time": 1730401200,
3535
"granite_time": 1738191600,
3636
"holocene_time": 1742583600,
37+
"isthmus_time": 1754247600,
3738
"pectra_blob_schedule_time": 1743102000,
3839
"batch_inbox_address": "0xff00000000000000000000000000000000042069",
3940
"deposit_contract_address": "0xb9c64bfa498d5b9a8398ed6f46eb76d90de5505d",

0 commit comments

Comments
 (0)