Skip to content

Commit

Permalink
Add mainnet delta/ecotone timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalex88 committed May 9, 2024
1 parent 9db028c commit fc9b482
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.SAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
GETH_ROLLUP_SEQUENCERHTTP=https://rpc.mainnet.frax.com # Will be available at the time of the public launch
GETH_BOOTNODES=enr:-J24QI8QR7VIgvQFuvLl09b9ocugoQ1WkS_AOMWKFgNX48-4P1hjgDKGeMFXZmKtfjYA2aEehxKT066riaktnxhh92OGAY5Sw_QsgmlkgnY0gmlwhCztZu2Hb3BzdGFja4P8AQCJc2VjcDI1NmsxoQM2KM0mkdH97Ze8AqwxLeqc934PKj8-xoKsyP6mAptWwIN0Y3CCdl2DdWRwgnZd,enr:-J24QGD1J-g2EPY9b7XiuwLhIoGocVp2qx2gWSfDI_CdftiPSHlgi7G6LtzkQlDskuSvRj4OXTg3vXLISubphXNNhqyGAY5Sw8GxgmlkgnY0gmlwhCzW_iGHb3BzdGFja4P8AQCJc2VjcDI1NmsxoQPvMYlJHJUsEyciuJCTkKHLE2ogZ6cs2xuPI28CGq0CTIN0Y3CCdl2DdWRwgnZd,enr:-J24QCA5I3xroUXt7Ge_Kf04VCRBnI-GbZeyBxOkkpIDGGLrVsonrbngQG1hAEnufRb1TgS6sNFCGtaZ2ZpRx7AgciGGAY5SxEy0gmlkgnY0gmlwhCLzRQyHb3BzdGFja4P8AQCJc2VjcDI1NmsxoQOaHzrtPQWYcwAcFJWFrbGlbNUsBC0VEhCcH02RbgEIwIN0Y3CCdl2DdWRwgnZd
GETH_SYNCMODE=snap
GETH_OVERRIDE_CANYON=0
GETH_OVERRIDE_ECOTONE=1717009201

# Op node values
OP_NODE_L2_ENGINE_RPC=ws://mainnet-geth:8551
Expand Down
1 change: 1 addition & 0 deletions mainnet/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"bedrockBlock": 0,
"regolithTime": 0,
"canyonTime": 0,
"ecotoneTime": 1716404401,
"terminalTotalDifficulty": 0,
"terminalTotalDifficultyPassed": true,
"optimism": {
Expand Down
4 changes: 3 additions & 1 deletion mainnet/rollup.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@
"l2_chain_id": 252,
"regolith_time": 0,
"canyon_time": 0,
"delta_time": 1717002001,
"ecotone_time": 1717009201,
"batch_inbox_address": "0xff000000000000000000000000000000000420fc",
"deposit_contract_address": "0x36cb65c1967a0fb0eee11569c51c2f2aa1ca6f6d",
"l1_system_config_address": "0x34a9f273cbd847d49c3de015fc26c3e66825f8b2",
"protocol_versions_address": "0x0000000000000000000000000000000000000000"
}
}

0 comments on commit fc9b482

Please sign in to comment.