Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Sep 25, 2024
1 parent f27f996 commit 4694ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/web3/contracts/wagmi-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function isValidUserAddress(userAddress?: Address) {
More info: https://tanstack.com/query/v5/docs/framework/react/guides/query-retries
*/
/* eslint-disable @typescript-eslint/no-unused-vars */
export function getWaitForReceiptTimeout(_chainId: number) {
export function getWaitForReceiptTimeout(chainId: number) {
/* Using an specific timeout was throwing a timeout error after confirmation
Wagmi bug: https://github.com/wevm/viem/discussions/1351
Using undefined seems to be more reliable
Expand Down

0 comments on commit 4694ffe

Please sign in to comment.