Skip to content

Commit

Permalink
Add Phoenix hard fork support for Kotti and Mordor (ethereum#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas authored Mar 9, 2020
1 parent 843fe20 commit e71bbe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions params/config_kotti.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ var (
ByzantiumBlock: big.NewInt(716617),
ConstantinopleBlock: big.NewInt(1705549),
PetersburgBlock: big.NewInt(1705549),
IstanbulBlock: big.NewInt(2200013),
DisposalBlock: big.NewInt(0),
ECIP1017EraRounds: big.NewInt(5000000),
EIP160Block: big.NewInt(0),
Expand Down
1 change: 1 addition & 0 deletions params/config_mordor.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ var (
ByzantiumBlock: big.NewInt(0),
ConstantinopleBlock: big.NewInt(301243),
PetersburgBlock: big.NewInt(301243),
IstanbulBlock: big.NewInt(999983),
DisposalBlock: big.NewInt(0),
ECIP1017EraRounds: big.NewInt(2000000),
EIP160Block: big.NewInt(0),
Expand Down

0 comments on commit e71bbe7

Please sign in to comment.