Skip to content

Commit

Permalink
vm: type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrocheleau committed Nov 7, 2024
1 parent b3c154e commit 2f1a438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vm/test/api/runBlock.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ describe.skip('run a verkle block', () => {

const common = new Common({
chain: Mainnet,
customCrypto: { verkleCrypto },
hardfork: Hardfork.Shanghai,
eips: [2935, 3607, 6800],
})
Expand All @@ -708,7 +709,7 @@ describe.skip('run a verkle block', () => {

const blockRlp = hexToBytes(verkleJSON.blocks[0].rlp as PrefixedHexString)
const block = createBlockFromRLP(blockRlp, { common })
const sm = new StatefulVerkleStateManager({ verkleCrypto })
const sm = new StatefulVerkleStateManager({ common })
await sm['_trie'].createRootNode()
const blockchain = await createBlockchain({ common })
const vm = await setupVM({ common, stateManager: sm, blockchain, genesisBlock })
Expand Down

0 comments on commit 2f1a438

Please sign in to comment.