Skip to content

Commit

Permalink
fix: gas price
Browse files Browse the repository at this point in the history
  • Loading branch information
graykode committed Apr 17, 2024
1 parent db1ea87 commit eda107c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/open.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ test('try open market', async () => {
const hash = await walletClient.sendTransaction({
...transaction!,
account,
gasPrice: transaction!.gasPrice! * 2n,
})
const receipt = await publicClient.waitForTransactionReceipt({
hash,
Expand Down

0 comments on commit eda107c

Please sign in to comment.