Skip to content

Commit bb4b324

Browse files
marioevzjorgemmsilva
authored andcommitted
tests: define cancun-to-prague at 15K chainconig (ethereum#29557)
tests: add cancun->prague config
1 parent f081b4e commit bb4b324

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

tests/init.go

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,26 @@ var Forks = map[string]*params.ChainConfig{
357357
CancunTime: u64(0),
358358
PragueTime: u64(0),
359359
},
360+
"CancunToPragueAtTime15k": {
361+
ChainID: big.NewInt(1),
362+
HomesteadBlock: big.NewInt(0),
363+
EIP150Block: big.NewInt(0),
364+
EIP155Block: big.NewInt(0),
365+
EIP158Block: big.NewInt(0),
366+
ByzantiumBlock: big.NewInt(0),
367+
ConstantinopleBlock: big.NewInt(0),
368+
PetersburgBlock: big.NewInt(0),
369+
IstanbulBlock: big.NewInt(0),
370+
MuirGlacierBlock: big.NewInt(0),
371+
BerlinBlock: big.NewInt(0),
372+
LondonBlock: big.NewInt(0),
373+
ArrowGlacierBlock: big.NewInt(0),
374+
MergeNetsplitBlock: big.NewInt(0),
375+
TerminalTotalDifficulty: big.NewInt(0),
376+
ShanghaiTime: u64(0),
377+
CancunTime: u64(0),
378+
PragueTime: u64(15_000),
379+
},
360380
}
361381

362382
// AvailableForks returns the set of defined fork names

0 commit comments

Comments
 (0)