-
Notifications
You must be signed in to change notification settings - Fork 161
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
chore: update + cleanup wallet docs #1671
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -38,7 +38,7 @@ const App = () => { | |||
| [`apiKey`](#apikey) | Client API Key from Coinbase Developer Platform. | No | | |||
| [`rpcUrl`](#rpc-url) | RPC URL for onchain requests. | No | | |||
| [`projectId`](#project-id) | Your Coinbase Developer Platform Project ID. | No | | |||
| [`config`](#config) | - `config.appearance` — customized your OnchainKit project's appearance <br /> - `config.paymaster` — Paymaster URL for gas sponsorship | No | | |||
| [`config`](#config) | - `config.appearance` — Customized your OnchainKit project's appearance <br /> - `config.paymaster` — Paymaster URL for gas sponsorship <br /> - `config.wallet` — Wallet configuration options | No | |
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.
typo — should be Customize
|
||
2. Configure the `OnchainKitProvider` with modal settings: | ||
## Configure the `OnchainKitProvider` with modal settings: |
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.
the parent here is a three-hash (### Setup Steps
) so i'd make this a four-hash
What changed? Why?
Update and clean up wallet docs for the Wallet Modal launch.
Notes to reviewers
How has it been tested?