diff --git a/packages/rpc/src/rpcHandler.ts b/packages/rpc/src/rpcHandler.ts index fb0a916b..c734ad2a 100644 --- a/packages/rpc/src/rpcHandler.ts +++ b/packages/rpc/src/rpcHandler.ts @@ -189,7 +189,7 @@ export class RpcHandler implements IRpcEndpoint { userOperation.verificationGasLimit = 10_000_000n userOperation.callGasLimit = 10_000_000n - if (this.chainId === 84531 || this.chainId === 8453) { + if (this.chainId === 84531 || this.chainId === 8453 || this.chainId === chains.celoAlfajores.id) { userOperation.verificationGasLimit = 1_000_000n userOperation.callGasLimit = 1_000_000n }