Skip to content

Commit 7fab030

Browse files
committed
ecip-1099: define fork blocks for mordor and classic mainnet
1 parent cbc0eb0 commit 7fab030

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

params/config_classic.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
package params
1717

1818
import (
19-
"math"
2019
"math/big"
2120

2221
"github.com/ethereum/go-ethereum/common"
@@ -69,7 +68,7 @@ var (
6968
EIP2028FBlock: big.NewInt(10_500_839),
7069
EIP2200FBlock: big.NewInt(10_500_839), // RePetersburg (=~ re-1283)
7170

72-
ECIP1099FBlock: big.NewInt(math.MaxInt64), // Etchash
71+
ECIP1099FBlock: big.NewInt(11_700_000), // Etchash
7372

7473
DisposalBlock: big.NewInt(5900000),
7574
ECIP1017FBlock: big.NewInt(5000000),

params/config_mordor.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
package params
1717

1818
import (
19-
"math"
2019
"math/big"
2120

2221
"github.com/ethereum/go-ethereum/common"
@@ -67,7 +66,7 @@ var (
6766
EIP2028FBlock: big.NewInt(999_983),
6867
EIP2200FBlock: big.NewInt(999_983), // RePetersburg (== re-1283)
6968

70-
ECIP1099FBlock: big.NewInt(math.MaxInt64), // Etchash
69+
ECIP1099FBlock: big.NewInt(2_520_000), // Etchash
7170

7271
DisposalBlock: big.NewInt(0),
7372
ECIP1017FBlock: big.NewInt(0),

0 commit comments

Comments
 (0)