Skip to content

Commit

Permalink
chore: up snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Nov 19, 2024
1 parent 7deb161 commit 1b1cf4d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ describe('entryPointVersion: 0.7', async () => {
const {
account: _,
callGasLimit,
maxFeePerGas,
verificationGasLimit,
...request
} = await prepareUserOperation(bundlerClient, {
Expand All @@ -279,12 +280,12 @@ describe('entryPointVersion: 0.7', async () => {

expect(callGasLimit).toBeGreaterThanOrEqual(70000n)
expect(verificationGasLimit).toBeGreaterThanOrEqual(259000n)
expect(maxFeePerGas).toBeDefined()
expect(request).toMatchInlineSnapshot(`
{
"callData": "0xb61d27f60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000",
"factory": "0xfb6dab6200b8958c2655c3747708f82243d3f32e",
"factoryData": "0xf14ddffc000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000000000000000000000000000000000000000000000",
"maxFeePerGas": 12981795944n,
"maxPriorityFeePerGas": 2n,
"nonce": 30902162761132028943260970909696n,
"paymasterPostOpGasLimit": 0n,
Expand Down

0 comments on commit 1b1cf4d

Please sign in to comment.