Skip to content

Commit 4ecbc24

Browse files
committed
updated block number to apply istanbul upgrade to metadium testnet
1 parent a63abd3 commit 4ecbc24

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

params/config.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@ var (
155155
HomesteadBlock: big.NewInt(0),
156156
DAOForkBlock: big.NewInt(0),
157157
DAOForkSupport: true,
158-
EIP150Block: big.NewInt(5700000),
158+
EIP150Block: big.NewInt(5623000),
159159
EIP155Block: big.NewInt(0),
160160
EIP158Block: big.NewInt(0),
161161
ByzantiumBlock: big.NewInt(0),
162-
ConstantinopleBlock: big.NewInt(5700000),
163-
PetersburgBlock: big.NewInt(5700000),
164-
IstanbulBlock: big.NewInt(5700000),
165-
MuirGlacierBlock: big.NewInt(5700000),
162+
ConstantinopleBlock: big.NewInt(5623000),
163+
PetersburgBlock: big.NewInt(5623000),
164+
IstanbulBlock: big.NewInt(5623000),
165+
MuirGlacierBlock: big.NewInt(5623000),
166166
Ethash: new(EthashConfig),
167167
}
168168

0 commit comments

Comments
 (0)