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 20, 2024
1 parent 459e444 commit 72e9bea
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 57 deletions.
33 changes: 29 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ describe('entryPointVersion: 0.7', async () => {
}),
).toMatchInlineSnapshot(`
{
"callGasLimit": 141653n,
"callGasLimit": 141623n,
"paymasterPostOpGasLimit": 0n,
"paymasterVerificationGasLimit": 0n,
"preVerificationGas": 53438n,
"verificationGasLimit": 259350n,
"verificationGasLimit": 259311n,
}
`)
})
Expand Down Expand Up @@ -93,11 +93,11 @@ describe('entryPointVersion: 0.7', async () => {
}),
).toMatchInlineSnapshot(`
{
"callGasLimit": 141653n,
"callGasLimit": 141623n,
"paymasterPostOpGasLimit": 1n,
"paymasterVerificationGasLimit": 20150n,
"paymasterVerificationGasLimit": 20098n,
"preVerificationGas": 59826n,
"verificationGasLimit": 237672n,
"verificationGasLimit": 237573n,
}
`)
})
Expand Down Expand Up @@ -132,11 +132,11 @@ describe('entryPointVersion: 0.7', async () => {
}),
).toMatchInlineSnapshot(`
{
"callGasLimit": 141653n,
"callGasLimit": 141623n,
"paymasterPostOpGasLimit": 1n,
"paymasterVerificationGasLimit": 20150n,
"paymasterVerificationGasLimit": 20098n,
"preVerificationGas": 59826n,
"verificationGasLimit": 237672n,
"verificationGasLimit": 237573n,
}
`)
})
Expand Down Expand Up @@ -169,7 +169,7 @@ describe('entryPointVersion: 0.7', async () => {
"paymasterPostOpGasLimit": 0n,
"paymasterVerificationGasLimit": 0n,
"preVerificationGas": 51722n,
"verificationGasLimit": 259060n,
"verificationGasLimit": 259021n,
}
`)
})
Expand Down Expand Up @@ -753,7 +753,7 @@ describe('entryPointVersion: 0.6', async () => {
{
"callGasLimit": 80000n,
"preVerificationGas": 55233n,
"verificationGasLimit": 258801n,
"verificationGasLimit": 258762n,
}
`)
})
Expand Down Expand Up @@ -784,7 +784,7 @@ describe('entryPointVersion: 0.6', async () => {
{
"callGasLimit": 80000n,
"preVerificationGas": 55233n,
"verificationGasLimit": 258801n,
"verificationGasLimit": 258762n,
}
`)
})
Expand Down
Loading

0 comments on commit 72e9bea

Please sign in to comment.