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.
1 parent f081b4e commit bb4b324Copy full SHA for bb4b324
tests/init.go
@@ -357,6 +357,26 @@ var Forks = map[string]*params.ChainConfig{
357
CancunTime: u64(0),
358
PragueTime: u64(0),
359
},
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
+ },
380
}
381
382
// AvailableForks returns the set of defined fork names
0 commit comments