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 0574eac commit 350a4c5Copy full SHA for 350a4c5
apps/portal/src/app/react/v5/migrate/contracts/page.mdx
@@ -33,7 +33,7 @@ Check out the list of over 100 prebuilt extensions [here](/typescript/v5/extensi
33
34
Example: Import an ERC1155 "read" extension, for checking the balance of a wallet
35
```tsx
36
-import { balanceOf } from "thirdweb/extension/erc1155";
+import { balanceOf } from "thirdweb/extensions/erc1155";
37
38
const transaction = balanceOf({
39
contract,
@@ -169,4 +169,4 @@ function App() {
169
Claim
170
</TransactionButton>
171
}
172
-```
+```
0 commit comments