Skip to content

Commit

Permalink
Schedule mainnet fjord fork and update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalex88 committed Nov 25, 2024
1 parent 94b8d05 commit d18a10f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .env.SAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ GETH_BOOTNODES=enr:-J24QI8QR7VIgvQFuvLl09b9ocugoQ1WkS_AOMWKFgNX48-4P1hjgDKGeMFXZ
GETH_SYNCMODE=snap
GETH_OVERRIDE_CANYON=0
GETH_OVERRIDE_ECOTONE=1717009201
GETH_OVERRIDE_FJORD=1733947201

# Op node values
OP_NODE_L2_ENGINE_RPC=ws://mainnet-geth:8551
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
mainnet-geth:
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101408.0
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101411.1
ports:
- 8545:8545
- 8546:8546
Expand All @@ -20,7 +20,7 @@ services:
- ./mainnet/genesis.json:/data/genesis.json:ro
- ./geth-entrypoint.sh:/bin/geth-entrypoint
mainnet-node:
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.9.2-frax-1.1.0
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.9.5-frax-1.1.0
ports:
- 7545:8545
- 9222:9222/tcp
Expand Down
3 changes: 2 additions & 1 deletion mainnet/rollup.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
"canyon_time": 0,
"delta_time": 1717002001,
"ecotone_time": 1717009201,
"fjord_time": 1733947201,
"batch_inbox_address": "0xff000000000000000000000000000000000420fc",
"deposit_contract_address": "0x36cb65c1967a0fb0eee11569c51c2f2aa1ca6f6d",
"l1_system_config_address": "0x34a9f273cbd847d49c3de015fc26c3e66825f8b2",
"protocol_versions_address": "0x0000000000000000000000000000000000000000"
}
}

0 comments on commit d18a10f

Please sign in to comment.