We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MuirGlacier
1 parent 76afd25 commit cff8d18Copy full SHA for cff8d18
tests/init.go
@@ -90,6 +90,19 @@ var Forks = map[string]*params.ChainConfig{
90
PetersburgBlock: big.NewInt(0),
91
IstanbulBlock: big.NewInt(0),
92
},
93
+ "MuirGlacier": {
94
+ ChainID: big.NewInt(1),
95
+ HomesteadBlock: big.NewInt(0),
96
+ EIP150Block: big.NewInt(0),
97
+ EIP155Block: big.NewInt(0),
98
+ EIP158Block: big.NewInt(0),
99
+ DAOForkBlock: big.NewInt(0),
100
+ ByzantiumBlock: big.NewInt(0),
101
+ ConstantinopleBlock: big.NewInt(0),
102
+ PetersburgBlock: big.NewInt(0),
103
+ IstanbulBlock: big.NewInt(0),
104
+ MuirGlacierBlock: big.NewInt(0),
105
+ },
106
"FrontierToHomesteadAt5": {
107
ChainID: big.NewInt(1),
108
HomesteadBlock: big.NewInt(5),
0 commit comments