Skip to content

Commit

Permalink
Update TestGoerliForkDigest after Dencun (#9251)
Browse files Browse the repository at this point in the history
Current fork digest for Görli has changed after the [Dencun
upgrade](https://blog.ethereum.org/2024/01/10/goerli-dencun-announcement)
on 17 Jan.
  • Loading branch information
yperbasis authored Jan 17, 2024
1 parent e1a1c0c commit 8f6fe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/fork/fork_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestGoerliForkDigest(t *testing.T) {
require.NoError(t, err)
_, err = ComputeForkId(&beaconCfg, &genesisCfg)
require.NoError(t, err)
require.Equal(t, [4]uint8{0x62, 0x89, 0x41, 0xef}, digest)
require.Equal(t, [4]uint8{0xa7, 0x5d, 0xcc, 0xf2}, digest)
}

func TestSepoliaForkDigest(t *testing.T) {
Expand Down

0 comments on commit 8f6fe88

Please sign in to comment.