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 bb49761 commit 334b7c0Copy full SHA for 334b7c0
apps/playground-web/src/app/connect/pay/transactions/page.tsx
@@ -113,7 +113,7 @@ function NoFundsPopup() {
113
114
<CodeExample
115
preview={<PayTransactionButtonPreview />}
116
- code={`import { trasnfer } from "thirdweb/extensions/erc1155";
+ code={`import { transfer } from "thirdweb/extensions/erc1155";
117
import { TransactionButton, useActiveAccount } from "thirdweb/react";
118
119
0 commit comments