Skip to content

Commit c462396

Browse files
committed
params: update MESS block numbers for etc mainnet, mordor testnet
Signed-off-by: meows <[email protected]>
1 parent 2f81f32 commit c462396

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

params/config_classic.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var (
7575
ECIP1017EraRounds: big.NewInt(5000000),
7676
ECIP1010PauseBlock: big.NewInt(3000000),
7777
ECIP1010Length: big.NewInt(2000000),
78-
ECBP1100FBlock: big.NewInt(11_317_400), // ETA 1 October 2020
78+
ECBP1100FBlock: nil, // TODO@ethereumclassic/ECIPS
7979
RequireBlockHashes: map[uint64]common.Hash{
8080
1920000: common.HexToHash("0x94365e3a8c0b35089c1d1195081fe7489b528a84b22199c916180db8b28ade7f"),
8181
2500000: common.HexToHash("0xca12c63534f565899681965528d536c52cb05b7c48e269c2a6cb77ad864d878a"),

params/config_mordor.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var (
7171
ECIP1017EraRounds: big.NewInt(2000000),
7272
ECIP1010PauseBlock: nil,
7373
ECIP1010Length: nil,
74-
ECBP1100FBlock: big.NewInt(2290740), // ETA 15 Sept 2020, ~1500 UTC
74+
ECBP1100FBlock: big.NewInt(2380000), // ETA 15 Sept 2020, ~1500 UTC
7575
RequireBlockHashes: map[uint64]common.Hash{
7676
840013: common.HexToHash("0x2ceada2b191879b71a5bcf2241dd9bc50d6d953f1640e62f9c2cee941dc61c9d"),
7777
840014: common.HexToHash("0x8ec29dd692c8985b82410817bac232fc82805b746538d17bc924624fe74a0fcf"),

0 commit comments

Comments
 (0)