Skip to content

Commit

Permalink
Make initialMinGas 1n
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Dec 18, 2024
1 parent 59d52bb commit 1d0025c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/estimation/gasEstimationsV07.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class GasEstimatorV07 {
queuedUserOperations,
entryPoint,
gasAllowance = this.config.binarySearchGasAllowance,
initialMinGas = 0n
initialMinGas = 1n
}: {
userOperation: UserOperationV07
queuedUserOperations: UserOperationV07[]
Expand Down

0 comments on commit 1d0025c

Please sign in to comment.