Skip to content

Commit

Permalink
fix: correct hex value in sim test
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Sep 13, 2024
1 parent 6b933b5 commit ee8be5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function createBlobsAssertion(
gasLimit: "0xc350",
maxPriorityFeePerGas: "0x3b9aca00",
maxFeePerGas: "0x3ba26b20",
maxFeePerBlobGas: "0x3e8",
maxFeePerBlobGas: "0x3e",
value: "0x10000",
nonce: `0x${(nonce ?? 0).toString(16)}`,
blobVersionedHashes,
Expand Down

0 comments on commit ee8be5b

Please sign in to comment.