Skip to content

Commit

Permalink
updated block number to apply istanbul upgrade to metadium testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
sadoci committed Feb 4, 2020
1 parent a63abd3 commit 4ecbc24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,14 @@ var (
HomesteadBlock: big.NewInt(0),
DAOForkBlock: big.NewInt(0),
DAOForkSupport: true,
EIP150Block: big.NewInt(5700000),
EIP150Block: big.NewInt(5623000),
EIP155Block: big.NewInt(0),
EIP158Block: big.NewInt(0),
ByzantiumBlock: big.NewInt(0),
ConstantinopleBlock: big.NewInt(5700000),
PetersburgBlock: big.NewInt(5700000),
IstanbulBlock: big.NewInt(5700000),
MuirGlacierBlock: big.NewInt(5700000),
ConstantinopleBlock: big.NewInt(5623000),
PetersburgBlock: big.NewInt(5623000),
IstanbulBlock: big.NewInt(5623000),
MuirGlacierBlock: big.NewInt(5623000),
Ethash: new(EthashConfig),
}

Expand Down

0 comments on commit 4ecbc24

Please sign in to comment.