Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions rollup/rcfg/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ var (

// MorphTokenAddress is the address of the morph token contract
MorphTokenAddress = common.HexToAddress("0x5300000000000000000000000000000000000013")
InflationMintedEpochsSolt = common.BigToHash(big.NewInt(8))
InflationMintedEpochsSolt = common.BigToHash(big.NewInt(108))

// L2StakingAddress is the address of the l2 staking contract
L2StakingAddress = common.HexToAddress("0x5300000000000000000000000000000000000015")
RewardStartedSlot = common.BigToHash(big.NewInt(1))
RewardStartTimeSlot = common.BigToHash(big.NewInt(2))
RewardStartedSlot = common.BigToHash(big.NewInt(151))
RewardStartTimeSlot = common.BigToHash(big.NewInt(152))

// SystemAddress is the address of the system
SystemAddress = common.HexToAddress("0x5300000000000000000000000000000000000021")
Expand Down