Skip to content

Commit

Permalink
client: fix geth genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrocheleau committed Sep 10, 2024
1 parent ded8d99 commit ef4fee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/test/integration/beaconsync.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { postMergeData } from '../testdata/geth-genesis/post-merge.js'

import { destroy, setup, wait } from './util.js'

const common = createCommonFromGethGenesis({ postMergeData }, { chain: 'post-merge' })
const common = createCommonFromGethGenesis(postMergeData, { chain: 'post-merge' })
common.setHardforkBy({ blockNumber: BigInt(0) })

describe('should sync blocks', async () => {
Expand Down

0 comments on commit ef4fee1

Please sign in to comment.