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 f1686fe commit aad0442Copy full SHA for aad0442
packages/thirdweb/src/react/core/hooks/wallets/useCallsStatus.ts
@@ -7,7 +7,7 @@ import { useActiveWallet } from "./useActiveWallet.js";
7
/**
8
* A hook to get a call bundle's current status according to [EIP-5792](https://eips.ethereum.org/EIPS/eip-5792).
9
*
10
- * @note This function is dependent on the wallet's support for EIP-5792 and could throw an error if it's not supported.
+ * This function is dependent on the wallet's support for EIP-5792 and could throw an error if it's not supported.
11
12
* @returns a React Query object.
13
* @beta
0 commit comments