-
Notifications
You must be signed in to change notification settings - Fork 207
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
feat: Add WalletModal component #1610
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
wallet: { | ||
display: 'modal', | ||
termsUrl: 'https://www.coinbase.com/legal/cookie', // URL to the terms of service for the wallet modal | ||
privacyUrl: 'https://www.coinbase.com/legal/privacy', // URL to the privacy policy for the wallet modal | ||
}, |
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.
do we also want to give playground users the ability to see wallet.display.classic
?
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.
I don't think this is needed because there is no component to display. In classic mode we just connect directly using the CB wallet connector
@@ -24,6 +24,17 @@ export const config = createConfig({ | |||
appName: 'OnchainKit', | |||
preference: 'eoaOnly', | |||
}), | |||
walletConnect({ | |||
projectId: | |||
ENVIRONMENT_VARIABLES[ENVIRONMENT.WALLETCONNECT_PROJECT_ID] ?? '', |
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.
let's add this env var to site/.env.local.example
?
What changed? Why?
How to use:
Notes to reviewers
How has it been tested?