Skip to content

Commit

Permalink
Merge pull request #5888 from ethereum-optimism/refcell/mainnet2/chai…
Browse files Browse the repository at this point in the history
…nsgo2

feat(op-node): Mainnet rollup config
  • Loading branch information
tynes committed Jun 2, 2023
2 parents 0e3fb25 + a0d3bf6 commit 1193795
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions op-node/chaincfg/chains.go
Expand Up @@ -13,14 +13,14 @@ import (
var Mainnet = rollup.Config{
Genesis: rollup.Genesis{
L1: eth.BlockID{
Hash: common.HexToHash("0xa2bdcb79519881dd2c65dcaaec9f63a89dd05bd5c87d11ed8f25c548d3ad6994"),
Number: 17377711,
Hash: common.HexToHash("0x419401550fbfa9d9baac56588ced3be28a630a36a59a42dd6e0cf38e72ce9f29"),
Number: 17379220,
},
L2: eth.BlockID{
Hash: common.HexToHash("0x4fdd149b859c4f3fda739d285cdfd5a76d72dc310282747087f15f58c9fd2e88"),
Hash: common.HexToHash("0x8844777f6f0e9b2092098f6d6f2bd3251dec10a96db0a0674276582d8175c33a"),
Number: 102983445,
},
L2Time: 1685721191,
L2Time: 1685739299,
SystemConfig: eth.SystemConfig{
BatcherAddr: common.HexToAddress("0x70997970C51812dc3A010C7d01b50e0d17dc79C8"),
Overhead: eth.Bytes32(common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000834")),
Expand Down

0 comments on commit 1193795

Please sign in to comment.