Skip to content

Commit fef4acf

Browse files
authored
Merge pull request #115 from marioevz/add-sharding-fork-transition-t8n
tests: Add ShanghaiToShardingAtTime15k
2 parents e864ddd + 48d9cea commit fef4acf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

tests/init.go

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,25 @@ var Forks = map[string]*params.ChainConfig{
318318
ShanghaiTime: u64(0),
319319
ShardingForkTime: u64(0),
320320
},
321+
"ShanghaiToShardingAtTime15k": {
322+
ChainID: big.NewInt(1),
323+
HomesteadBlock: big.NewInt(0),
324+
EIP150Block: big.NewInt(0),
325+
EIP155Block: big.NewInt(0),
326+
EIP158Block: big.NewInt(0),
327+
ByzantiumBlock: big.NewInt(0),
328+
ConstantinopleBlock: big.NewInt(0),
329+
PetersburgBlock: big.NewInt(0),
330+
IstanbulBlock: big.NewInt(0),
331+
MuirGlacierBlock: big.NewInt(0),
332+
BerlinBlock: big.NewInt(0),
333+
LondonBlock: big.NewInt(0),
334+
ArrowGlacierBlock: big.NewInt(0),
335+
MergeNetsplitBlock: big.NewInt(0),
336+
TerminalTotalDifficulty: big.NewInt(0),
337+
ShanghaiTime: u64(0),
338+
ShardingForkTime: u64(15_000),
339+
},
321340
}
322341

323342
// AvailableForks returns the set of defined fork names

0 commit comments

Comments
 (0)