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 60de18f commit 514f9cfCopy full SHA for 514f9cf
apps/portal/src/app/nebula/get-started/page.mdx
@@ -92,6 +92,7 @@ async function handleNebulaResponse(response) {
92
secretKey: process.env.THIRDWEB_SECRET_KEY,
93
});
94
95
+ // You can use any wallet- see https://portal.thirdweb.com/typescript/v5/supported-wallets
96
const account = await generateAccount({ client });
97
98
if (response.actions && response.actions.length > 0) {
0 commit comments