Skip to content

Commit fc9b482

Browse files
committed
Add mainnet delta/ecotone timestamps
1 parent 9db028c commit fc9b482

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.env.SAMPLE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
2525
GETH_ROLLUP_SEQUENCERHTTP=https://rpc.mainnet.frax.com # Will be available at the time of the public launch
2626
GETH_BOOTNODES=enr:-J24QI8QR7VIgvQFuvLl09b9ocugoQ1WkS_AOMWKFgNX48-4P1hjgDKGeMFXZmKtfjYA2aEehxKT066riaktnxhh92OGAY5Sw_QsgmlkgnY0gmlwhCztZu2Hb3BzdGFja4P8AQCJc2VjcDI1NmsxoQM2KM0mkdH97Ze8AqwxLeqc934PKj8-xoKsyP6mAptWwIN0Y3CCdl2DdWRwgnZd,enr:-J24QGD1J-g2EPY9b7XiuwLhIoGocVp2qx2gWSfDI_CdftiPSHlgi7G6LtzkQlDskuSvRj4OXTg3vXLISubphXNNhqyGAY5Sw8GxgmlkgnY0gmlwhCzW_iGHb3BzdGFja4P8AQCJc2VjcDI1NmsxoQPvMYlJHJUsEyciuJCTkKHLE2ogZ6cs2xuPI28CGq0CTIN0Y3CCdl2DdWRwgnZd,enr:-J24QCA5I3xroUXt7Ge_Kf04VCRBnI-GbZeyBxOkkpIDGGLrVsonrbngQG1hAEnufRb1TgS6sNFCGtaZ2ZpRx7AgciGGAY5SxEy0gmlkgnY0gmlwhCLzRQyHb3BzdGFja4P8AQCJc2VjcDI1NmsxoQOaHzrtPQWYcwAcFJWFrbGlbNUsBC0VEhCcH02RbgEIwIN0Y3CCdl2DdWRwgnZd
2727
GETH_SYNCMODE=snap
28+
GETH_OVERRIDE_CANYON=0
29+
GETH_OVERRIDE_ECOTONE=1717009201
2830

2931
# Op node values
3032
OP_NODE_L2_ENGINE_RPC=ws://mainnet-geth:8551

mainnet/genesis.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"bedrockBlock": 0,
2020
"regolithTime": 0,
2121
"canyonTime": 0,
22+
"ecotoneTime": 1716404401,
2223
"terminalTotalDifficulty": 0,
2324
"terminalTotalDifficultyPassed": true,
2425
"optimism": {

mainnet/rollup.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@
2626
"l2_chain_id": 252,
2727
"regolith_time": 0,
2828
"canyon_time": 0,
29+
"delta_time": 1717002001,
30+
"ecotone_time": 1717009201,
2931
"batch_inbox_address": "0xff000000000000000000000000000000000420fc",
3032
"deposit_contract_address": "0x36cb65c1967a0fb0eee11569c51c2f2aa1ca6f6d",
3133
"l1_system_config_address": "0x34a9f273cbd847d49c3de015fc26c3e66825f8b2",
3234
"protocol_versions_address": "0x0000000000000000000000000000000000000000"
33-
}
35+
}

0 commit comments

Comments
 (0)