Skip to content

Commit cff8d18

Browse files
gurukamathshekhirin
authored andcommitted
tests: define MuirGlacier fork (ethereum#26856)
add muir glacier to t8n
1 parent 76afd25 commit cff8d18

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/init.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,19 @@ var Forks = map[string]*params.ChainConfig{
9090
PetersburgBlock: big.NewInt(0),
9191
IstanbulBlock: big.NewInt(0),
9292
},
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+
},
93106
"FrontierToHomesteadAt5": {
94107
ChainID: big.NewInt(1),
95108
HomesteadBlock: big.NewInt(5),

0 commit comments

Comments
 (0)