Skip to content

Commit 87aa40d

Browse files
authored
op-node: Update Beta-1 config (#4110)
1 parent 79e1155 commit 87aa40d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

op-node/chaincfg/chains.go

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ import (
1212
var Beta1 = rollup.Config{
1313
Genesis: rollup.Genesis{
1414
L1: eth.BlockID{
15-
Hash: common.HexToHash("0x87ba22412f6d081a28ca0d8aafcf630d13a0d2fc16a7345eb3a0d5cd329f935e"),
16-
Number: 7996739,
15+
Hash: common.HexToHash("0x59c72db5fec5bf231e61ba59854cff33945ff6652699c55f2431ac2c010610d5"),
16+
Number: 8046397,
1717
},
1818
L2: eth.BlockID{
19-
Hash: common.HexToHash("0x76aac93f04b04b051c0232dc96cdfb2ebd150ce726aa9f776a4713c2ac524dc8"),
19+
Hash: common.HexToHash("0xa89b19033c8b43365e244f425a7e4acb5bae21d1893e1be0eb8cddeb29950d72"),
2020
Number: 0,
2121
},
2222
L2Time: 1669088016,
2323
SystemConfig: eth.SystemConfig{
24-
BatcherAddr: common.HexToAddress("0xc02551cde892e9716363b8e99d655298909e1a84"),
24+
BatcherAddr: common.HexToAddress("0x793b6822fd651af8c58039847be64cb9ee854bc9"),
2525
Overhead: eth.Bytes32(common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000834")),
2626
Scalar: eth.Bytes32(common.HexToHash("0x00000000000000000000000000000000000000000000000000000000000f4240")),
2727
GasLimit: 30000000,
@@ -33,10 +33,10 @@ var Beta1 = rollup.Config{
3333
ChannelTimeout: 30,
3434
L1ChainID: big.NewInt(5),
3535
L2ChainID: big.NewInt(902),
36-
P2PSequencerAddress: common.HexToAddress("0x1491418a70b592f8ad0e4279bb700f496d3b9abb"),
37-
BatchInboxAddress: common.HexToAddress("0x880fb147c4e76adeed5b90f11172abf234111dee"),
38-
DepositContractAddress: common.HexToAddress("0xa581ca3353db73115c4625ffc7adf5db379434a8"),
39-
L1SystemConfigAddress: common.HexToAddress("0x2a4daa073b98a092ee235badfed23b54f1d416c9"),
36+
P2PSequencerAddress: common.HexToAddress("0x42415b1258908bb27f34585133368900ba668dce"),
37+
BatchInboxAddress: common.HexToAddress("0xFb3aECf08940785D4fB3Ad87cDC6e1Ceb20e9aac"),
38+
DepositContractAddress: common.HexToAddress("0xf91795564662DcC9a17de67463ec5BA9C6DC207b"),
39+
L1SystemConfigAddress: common.HexToAddress("0x686df068eaa71af78dadc1c427e35600e0fadac5"),
4040
}
4141

4242
var NetworksByName = map[string]rollup.Config{

0 commit comments

Comments
 (0)