Commit 4ecbc24 1 parent a63abd3 commit 4ecbc24 Copy full SHA for 4ecbc24
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -155,14 +155,14 @@ var (
155
155
HomesteadBlock : big .NewInt (0 ),
156
156
DAOForkBlock : big .NewInt (0 ),
157
157
DAOForkSupport : true ,
158
- EIP150Block : big .NewInt (5700000 ),
158
+ EIP150Block : big .NewInt (5623000 ),
159
159
EIP155Block : big .NewInt (0 ),
160
160
EIP158Block : big .NewInt (0 ),
161
161
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 ),
166
166
Ethash : new (EthashConfig ),
167
167
}
168
168
You can’t perform that action at this time.
0 commit comments