-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update wallet adapter docs on AIP-62 standard #353
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for aptos-developer-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you update nextra as well?
7298f6e
to
bfc2e09
Compare
Done. also, added more docs on wallets-opt-in support - please review |
|
||
Sometimes, a dapp might want to specifically opt in to certain wallets and display only those. For this, you should be able to pass an `optInWallets` array to the `AptosWalletAdapterProvider` with the names of the wallets you wish to include in your dapp. | ||
|
||
```js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be tsx
or jsx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
2220c90
to
e48f0c1
Compare
Description
Checklist
pnpm spellcheck
?pnpm fmt
?pnpm lint
?