Skip to content

Commit

Permalink
Fix wrong method call
Browse files Browse the repository at this point in the history
  • Loading branch information
Kourin1996 committed Feb 17, 2025
1 parent 300bbb3 commit 3e5403d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/js-tests/test_viem_tx.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ describe("viem send tx", () => {
const request = await walletClient.prepareTransactionRequest({
to: "0x00000000000000000000000000000000DeaDBeef",
value: 2,
gas: await getExtraCustomFeeCurrencyIntrinsicGas(21000, process.env.FEE_CURRENCY),
gas: await getIntrinsicGasForFeeCurrency(21000, process.env.FEE_CURRENCY),
feeCurrency: "0x000000000000000000000000000000000badc310",
maxFeePerGas: 1000000000n,
maxPriorityFeePerGas: 1n,
Expand Down

0 comments on commit 3e5403d

Please sign in to comment.