Skip to content

Commit

Permalink
remove preverification gas hardcode during estimation (#351)
Browse files Browse the repository at this point in the history
Co-authored-by: mouseless <[email protected]>
  • Loading branch information
mouseless0x and mouseless0x authored Nov 5, 2024
1 parent ebba41f commit 13dad1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/rpcHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export class RpcHandler implements IRpcEndpoint {
// biome-ignore lint/style/noParameterAssign: prepare userOperaiton for simulation
userOperation = {
...userOperation,
preVerificationGas: 1_000_000n,
preVerificationGas,
verificationGasLimit: 10_000_000n,
callGasLimit: 10_000_000n
}
Expand Down

0 comments on commit 13dad1a

Please sign in to comment.