Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Beta1 = rollup.Config{ Genesis: rollup.Genesis{ L1: eth.BlockID{ Hash: common.HexToHash("0x59c72db5fec5bf231e61ba59854cff33945ff6652699c55f2431ac2c010610d5"), Number: 8046397, }, L2: eth.BlockID{ Hash: common.HexToHash("0xa89b19033c8b43365e244f425a7e4acb5bae21d1893e1be0eb8cddeb29950d72"), Number: 0, }, L2Time: 1669088016, SystemConfig: eth.SystemConfig{ BatcherAddr: common.HexToAddress("0x793b6822fd651af8c58039847be64cb9ee854bc9"), Overhead: eth.Bytes32(common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000834")), Scalar: eth.Bytes32(common.HexToHash("0x00000000000000000000000000000000000000000000000000000000000f4240")), GasLimit: 30000000, }, }, BlockTime: 2, MaxSequencerDrift: 3600, SeqWindowSize: 120, ChannelTimeout: 30, L1ChainID: big.NewInt(5), L2ChainID: big.NewInt(902), BatchInboxAddress: common.HexToAddress("0xFb3aECf08940785D4fB3Ad87cDC6e1Ceb20e9aac"), DepositContractAddress: common.HexToAddress("0xf91795564662DcC9a17de67463ec5BA9C6DC207b"), L1SystemConfigAddress: common.HexToAddress("0x686df068eaa71af78dadc1c427e35600e0fadac5"), }
View Source
var Goerli = rollup.Config{ Genesis: rollup.Genesis{ L1: eth.BlockID{ Hash: common.HexToHash("0x6ffc1bf3754c01f6bb9fe057c1578b87a8571ce2e9be5ca14bace6eccfd336c7"), Number: 8300214, }, L2: eth.BlockID{ Hash: common.HexToHash("0x0f783549ea4313b784eadd9b8e8a69913b368b7366363ea814d7707ac505175f"), Number: 4061224, }, L2Time: 1673550516, SystemConfig: eth.SystemConfig{ BatcherAddr: common.HexToAddress("0x7431310e026B69BFC676C0013E12A1A11411EEc9"), Overhead: eth.Bytes32(common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000834")), Scalar: eth.Bytes32(common.HexToHash("0x00000000000000000000000000000000000000000000000000000000000f4240")), GasLimit: 25_000_000, }, }, BlockTime: 2, MaxSequencerDrift: 600, SeqWindowSize: 3600, ChannelTimeout: 300, L1ChainID: big.NewInt(5), L2ChainID: big.NewInt(420), BatchInboxAddress: common.HexToAddress("0xff00000000000000000000000000000000000420"), DepositContractAddress: common.HexToAddress("0x5b47E1A08Ea6d985D6649300584e6722Ec4B1383"), L1SystemConfigAddress: common.HexToAddress("0xAe851f927Ee40dE99aaBb7461C00f9622ab91d60"), }
Functions ¶
func AvailableNetworks ¶
func AvailableNetworks() []string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.