Skip to content

Commit 5da4182

Browse files
params: core/forkid: schedule cancun fork on goerli
1 parent 577be37 commit 5da4182

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

core/forkid/forkid_test.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,10 @@ func TestCreation(t *testing.T) {
9191
{5000000, 0, ID{Hash: checksumToBytes(0x757a1c47), Next: 5062605}}, // Last Berlin block
9292
{5062605, 0, ID{Hash: checksumToBytes(0xB8C6299D), Next: 1678832736}}, // First London block
9393
{6000000, 1678832735, ID{Hash: checksumToBytes(0xB8C6299D), Next: 1678832736}}, // Last London block
94-
{6000001, 1678832736, ID{Hash: checksumToBytes(0xf9843abf), Next: 0}}, // First Shanghai block
95-
{6500000, 2678832736, ID{Hash: checksumToBytes(0xf9843abf), Next: 0}}, // Future Shanghai block
94+
{6000001, 1678832736, ID{Hash: checksumToBytes(0xf9843abf), Next: 1705473120}}, // First Shanghai block
95+
{6500002, 1705473119, ID{Hash: checksumToBytes(0xf9843abf), Next: 1705473120}}, // Last Shanghai block
96+
{6500003, 1705473120, ID{Hash: checksumToBytes(0x70cc14e2), Next: 0}}, // First Cancun block
97+
{6500003, 2705473120, ID{Hash: checksumToBytes(0x70cc14e2), Next: 0}}, // Future Shanghai block
9698
},
9799
},
98100
// Sepolia test cases

params/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ var (
127127
TerminalTotalDifficulty: big.NewInt(10_790_000),
128128
TerminalTotalDifficultyPassed: true,
129129
ShanghaiTime: newUint64(1678832736),
130+
CancunTime: newUint64(1705473120),
130131
Clique: &CliqueConfig{
131132
Period: 15,
132133
Epoch: 30000,

0 commit comments

Comments
 (0)