Skip to content

Commit

Permalink
core/forkid: add GatherForks test cases for goerli, sepolia
Browse files Browse the repository at this point in the history
Being default-availble networks,
they should have tests.

Date: 2023-11-02 09:40:23-06:00
Signed-off-by: meows <[email protected]>
  • Loading branch information
meowsbits committed Nov 2, 2023
1 parent 5e0cca0 commit 3de7c55
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions core/forkid/forkid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,18 @@ func TestGatherForks(t *testing.T) {
[]uint64{1150000, 1920000, 2463000, 2675000, 4370000, 7280000, 9069000, 9200000, 12_244_000, 12_965_000, 13_773_000, 15050000},
[]uint64{1681338455 /* ShanghaiTime */},
},
{
"goerli",
params.GoerliChainConfig,
[]uint64{1_561_651, 4_460_644, 5_062_605},
[]uint64{1678832736 /* ShanghaiTime */},
},
{
"sepolia",
params.SepoliaChainConfig,
[]uint64{1735371 /* Merge NetSplit */},
[]uint64{1677557088 /* ShanghaiTime */},
},
{
"mordor",
params.MordorChainConfig,
Expand Down

0 comments on commit 3de7c55

Please sign in to comment.