Skip to content

Commit

Permalink
Merge pull request ethereum#46 from etclabscore/feat/etc-agharta-test…
Browse files Browse the repository at this point in the history
…nets-config

Feat/etc agharta testnets config
  • Loading branch information
meowsbits committed Nov 4, 2019
2 parents a7693ea + ce939f9 commit 564c55e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion params/config_kotti.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ var (
EIP155Block: big.NewInt(0),
EIP158Block: big.NewInt(716617),
ByzantiumBlock: big.NewInt(716617),
ConstantinopleBlock: big.NewInt(1705549),
PetersburgBlock: big.NewInt(1705549),
DisposalBlock: big.NewInt(0),
SocialBlock: nil,
EthersocialBlock: nil,
ConstantinopleBlock: nil,
ECIP1017EraRounds: big.NewInt(5000000),
EIP160FBlock: big.NewInt(0),
ECIP1010PauseBlock: big.NewInt(0),
Expand Down
3 changes: 2 additions & 1 deletion params/config_mordor.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ var (
EIP155Block: big.NewInt(0),
EIP158Block: big.NewInt(0),
ByzantiumBlock: big.NewInt(0),
ConstantinopleBlock: nil,
ConstantinopleBlock: big.NewInt(301243),
PetersburgBlock: big.NewInt(301243),
DisposalBlock: big.NewInt(0),
ECIP1017EraRounds: big.NewInt(2000000),
EIP160FBlock: big.NewInt(0),
Expand Down

0 comments on commit 564c55e

Please sign in to comment.