-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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(website): RPC connect Metamask Networks #14070
Conversation
2efb8a4
to
2f609ea
Compare
packages/website/components/MetamaskNetworkButton/ConnectToMetamask.tsx
Outdated
Show resolved
Hide resolved
packages/website/components/MetamaskNetworkButton/ConnectToMetamask.tsx
Outdated
Show resolved
Hide resolved
final comment. i see this was added to RPC configuration, which is great. however, i can't help but to feel, is RPC configuration a duplicate of: https://website-lyc4taqy3-taikoxyz.vercel.app/docs/guides/configure-your-wallet ? Should we add it to configure your wallet as well or somehow consolidate the two? Should configure your wallet guide just be a link to RPC configuration? i think any of these are fine, at the least maybe we just add it to configure-your-wallet |
2f609ea
to
af40a9d
Compare
I think we should redirect the wallet connection page to the RPC connection page based on links on the wallet connection page. |
af40a9d
to
b331521
Compare
Modified:
#14068
to not have the Metamask pnpm package to handle the
object.
Instead
is used to keep things simple for package dependencies.