Skip to content

Commit

Permalink
Set gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszradomski committed Sep 30, 2023
1 parent 403d63e commit 6f6262b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export class EthereumPrivateClient extends EthereumClient {
// eslint-disable-next-line
account: this.privateProvider.account!,
chain: this.privateProvider.chain,
gas: 100_000n
})
}
}

0 comments on commit 6f6262b

Please sign in to comment.