Skip to content

Commit

Permalink
increase gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
borispoehland committed Feb 13, 2025
1 parent ef5ab65 commit b55eeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ export class SCInteraction {
interaction.withSender(new Address(sender.address))
return interaction
.withChainID(this.api.chain)
.withGasLimit(30_000_000)
.withGasLimit(60_000_000)
.buildTransaction()
.toPlainObject()
} else {
Expand Down

0 comments on commit b55eeb2

Please sign in to comment.