Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Oct 9, 2024
1 parent fe37ab9 commit 67d227d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rpc/rpcHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@ export class RpcHandler implements IRpcEndpoint {
}

if (this.chainId === hedera.id) {
;(userOperation.verificationGasLimit = 5_000_000n),
(userOperation.callGasLimit = 4_500_000n)
userOperation.verificationGasLimit = 5_000_000n
userOperation.callGasLimit = 4_500_000n
}

if (isVersion07(userOperation)) {
Expand Down

0 comments on commit 67d227d

Please sign in to comment.