Skip to content

Commit

Permalink
Merge pull request #602 from etclabscore/mordor-deactivate-mess-ecbp1110
Browse files Browse the repository at this point in the history
params: install ECBP1110 block 10_400_000 (MESS deactivation)
  • Loading branch information
meowsbits committed Jan 8, 2024
2 parents efbb6e0 + 10545b1 commit bc2c932
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions params/config_mordor.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,14 @@ var (
// EIP4895FBlock: nil, // Beacon chain push withdrawals as operations
EIP6049FBlock: big.NewInt(9_957_000), // Deprecate SELFDESTRUCT (noop)

DisposalBlock: big.NewInt(0),
ECIP1017FBlock: big.NewInt(0),
ECIP1017EraRounds: big.NewInt(2000000),
ECIP1010PauseBlock: nil,
ECIP1010Length: nil,
ECBP1100FBlock: big.NewInt(2380000), // ETA 29 Sept 2020, ~1500 UTC
DisposalBlock: big.NewInt(0),
ECIP1017FBlock: big.NewInt(0),
ECIP1017EraRounds: big.NewInt(2000000),
ECIP1010PauseBlock: nil,
ECIP1010Length: nil,
ECBP1100FBlock: big.NewInt(2380000), // ETA 29 Sept 2020, ~1500 UTC
ECBP1100DeactivateFBlock: big.NewInt(10_400_000), // ETA 13 January 2024

RequireBlockHashes: map[uint64]common.Hash{
840013: common.HexToHash("0x2ceada2b191879b71a5bcf2241dd9bc50d6d953f1640e62f9c2cee941dc61c9d"),
840014: common.HexToHash("0x8ec29dd692c8985b82410817bac232fc82805b746538d17bc924624fe74a0fcf"),
Expand Down

0 comments on commit bc2c932

Please sign in to comment.