diff --git a/src/rpc/rpcHandler.ts b/src/rpc/rpcHandler.ts index 8757b6c7..8acb52a6 100644 --- a/src/rpc/rpcHandler.ts +++ b/src/rpc/rpcHandler.ts @@ -797,6 +797,8 @@ export class RpcHandler implements IRpcEndpoint { ) } + await this.validateEip7702Auth(userOperation) + return await this.estimateGas({ apiVersion, userOperation,