Skip to content

Commit 3080a9b

Browse files
authored
fixing code snippets (#7094)
1 parent 6cf92c6 commit 3080a9b

File tree

1 file changed

+2
-2
lines changed
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/server-wallets/components

1 file changed

+2
-2
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/server-wallets/components/try-it-out.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export function TryItOut() {
186186
const sdkExample = () => `\
187187
import { createThirdwebClient, sendTransaction, getContract, Engine } from "thirdweb";
188188
import { baseSepolia } from "thirdweb/chains";
189-
import { claimTo } from "thirdweb/extensions/1155";
189+
import { claimTo } from "thirdweb/extensions/erc1155";
190190
191191
// Create a thirdweb client
192192
const client = createThirdwebClient({
@@ -228,7 +228,7 @@ const txHash = await Engine.waitForTransactionHash({
228228
client,
229229
transactionId,
230230
});
231-
console.log("Transaction hash:", result.transactionHash);
231+
console.log("Transaction hash:", txHash);
232232
`;
233233

234234
const curlExample = () => `\

0 commit comments

Comments
 (0)