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 63d0777 commit 12b4bccCopy full SHA for 12b4bcc
packages/thirdweb/src/react/core/hooks/contract/useReadContract.ts
@@ -45,7 +45,7 @@ type PickedQueryOptions = {
45
*
46
* const { data, isLoading } = useReadContract({
47
* contract,
48
- * method: "function tokenURI(uint256 tokenId) returns (string)"});
+ * method: "function tokenURI(uint256 tokenId) returns (string)");
49
* params: [1n],
50
* });
51
* ```
packages/thirdweb/src/transaction/read-contract.ts
@@ -111,7 +111,7 @@ export type ReadContractOptions<
111
112
113
114
- * method: "function tokenURI(uint256 tokenId) returns (string)"}),
+ * method: "function tokenURI(uint256 tokenId) returns (string)"),
115
116
117
0 commit comments