Skip to content

Commit

Permalink
Updated sepolia fork digest in tests (erigontech#9352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 authored and ImTei committed Apr 17, 2024
1 parent eb35055 commit 4878620
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 @@ -66,7 +66,7 @@ func TestSepoliaForkDigest(t *testing.T) {
require.NoError(t, err)
_, err = ComputeForkId(&beaconCfg, &genesisCfg)
require.NoError(t, err)
require.Equal(t, [4]uint8{0x47, 0xeb, 0x72, 0xb3}, digest)
require.Equal(t, [4]uint8{0xd3, 0x1f, 0x61, 0x91}, digest)
}

// ForkDigestVersion
Expand Down

0 comments on commit 4878620

Please sign in to comment.