Skip to content

Commit e71bbe7

Browse files
authored
Add Phoenix hard fork support for Kotti and Mordor (ethereum#137)
1 parent 843fe20 commit e71bbe7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

params/config_kotti.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ var (
3838
ByzantiumBlock: big.NewInt(716617),
3939
ConstantinopleBlock: big.NewInt(1705549),
4040
PetersburgBlock: big.NewInt(1705549),
41+
IstanbulBlock: big.NewInt(2200013),
4142
DisposalBlock: big.NewInt(0),
4243
ECIP1017EraRounds: big.NewInt(5000000),
4344
EIP160Block: big.NewInt(0),

params/config_mordor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ var (
3535
ByzantiumBlock: big.NewInt(0),
3636
ConstantinopleBlock: big.NewInt(301243),
3737
PetersburgBlock: big.NewInt(301243),
38+
IstanbulBlock: big.NewInt(999983),
3839
DisposalBlock: big.NewInt(0),
3940
ECIP1017EraRounds: big.NewInt(2000000),
4041
EIP160Block: big.NewInt(0),

0 commit comments

Comments
 (0)