Skip to content

Commit

Permalink
fix(evm): fixes OracleAdapter test
Browse files Browse the repository at this point in the history
  • Loading branch information
allemanfredi committed Jan 30, 2024
1 parent b8f4942 commit 0c8664a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/evm/test/adapters/02_OracleAdapter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const blockRLP = (block) => {
block.mixHash,
block.nonce,
block.baseFeePerGas,
block.withdrawalsRoot,
]
return RLP.encode(values.map(emptyHexlify))
}
Expand Down

0 comments on commit 0c8664a

Please sign in to comment.