Skip to content

Commit

Permalink
increase gas endAuction
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaieremia committed Oct 2, 2024
1 parent b5f9daa commit 892d85f
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(25_000_000)
.withGasLimit(30_000_000)
.buildTransaction()
.toPlainObject()
} else {
Expand Down

0 comments on commit 892d85f

Please sign in to comment.