We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ff455 commit ac82d2eCopy full SHA for ac82d2e
packages/thirdweb/src/react/core/hooks/contract/useWaitForReceipt.ts
@@ -32,7 +32,7 @@ export function useWaitForReceipt(
32
},
33
queryKey: [
34
"waitForReceipt",
35
- // TODO: here chain can be undfined so we go to a `-1` chain but this feels wrong
+ // TODO: here chain can be undefined so we go to a `-1` chain but this feels wrong
36
options?.chain.id || -1,
37
options?.transactionHash,
38
] as const,
0 commit comments