mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
parent
ff88a9393e
commit
4297a31155
@ -153,6 +153,18 @@ func TestCreation(t *testing.T) {
|
||||
{41874000, 0, ID{Hash: checksumToBytes(0x0c015a91), Next: 0}}, // First Agra block
|
||||
},
|
||||
},
|
||||
// Bor mainnet test cases
|
||||
{
|
||||
params.BorMainnetChainConfig,
|
||||
params.BorMainnetGenesisHash,
|
||||
[]testcase{
|
||||
{0, 0, ID{Hash: checksumToBytes(0x0e07e722), Next: 3395000}},
|
||||
{3395000, 0, ID{Hash: checksumToBytes(0x27806576), Next: 14750000}}, // First Istanbul block
|
||||
{14750000, 0, ID{Hash: checksumToBytes(0x66e26adb), Next: 23850000}}, // First Berlin block
|
||||
{23850000, 0, ID{Hash: checksumToBytes(0x4f2f71cc), Next: 50523000}}, // First London block
|
||||
{50523000, 0, ID{Hash: checksumToBytes(0xdc08865c), Next: 0}}, // First Agra block
|
||||
},
|
||||
},
|
||||
}
|
||||
for i, tt := range tests {
|
||||
for j, ttt := range tt.cases {
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user