diff --git a/src/rpc/estimation/gasEstimationsV07.ts b/src/rpc/estimation/gasEstimationsV07.ts index c89fb9eb..ad62d393 100644 --- a/src/rpc/estimation/gasEstimationsV07.ts +++ b/src/rpc/estimation/gasEstimationsV07.ts @@ -134,7 +134,7 @@ export class GasEstimatorV07 { queuedUserOperations, entryPoint, gasAllowance = this.config.binarySearchGasAllowance, - initialMinGas = 0n + initialMinGas = 1n }: { userOperation: UserOperationV07 queuedUserOperations: UserOperationV07[]