Skip to content

Commit ac82d2e

Browse files
authored
Update useWaitForReceipt.ts
Signed-off-by: sashaodessa <[email protected]>
1 parent c9ff455 commit ac82d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/react/core/hooks/contract/useWaitForReceipt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function useWaitForReceipt(
3232
},
3333
queryKey: [
3434
"waitForReceipt",
35-
// TODO: here chain can be undfined so we go to a `-1` chain but this feels wrong
35+
// TODO: here chain can be undefined so we go to a `-1` chain but this feels wrong
3636
options?.chain.id || -1,
3737
options?.transactionHash,
3838
] as const,

0 commit comments

Comments
 (0)