-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Issue with multi chain config for my use case #3436
Comments
Hi @Mouneeswar-Medepally |
Hi @rtomas, My Use Case:
Currently, this behavior is not happening. Can you help me resolve this issue? Solana config: export const solanaWeb3JsAdapter = new SolanaAdapter({ const projectId = import.meta.env.VITE_WEB3_WALLET_ID; export const solanaNetworks = [solana, solanaTestnet, solanaDevnet]; const metadata = { createAppKit({ Wagmi config: `import { createAppKit } from '@reown/appkit/react'; const projectId = import.meta.env.VITE_WEB3_WALLET_ID; const metadata = { export const wagmiNetworks = [mainnet, polygon]; export const wagmiAdapter = new WagmiAdapter({ createAppKit({ |
I don't think that your way is possible. Can I know what are you building ? Is this example suitable for you https://github.com/reown-com/appkit-web-examples/tree/main/react/react-multichain ? |
hi @rtomas , In the example above, both network wallets are displayed at the same time. However, I want to load them separately. For instance, when you configure Solana with Reown, it only shows wallets supported by Solana. I want to do the same for Ethereum, so each network displays only its related wallets. I’m working on a proof-of-ownership feature where users need to prove ownership of their address. If a user selects the Ethereum network, I want to show only Ethereum-compatible wallets—not both Solana and Ethereum. To achieve this, I used createAppKit twice to create modals with different configurations for Ethereum and Solana. However, only the first loaded modal configuration is being displayed right now. Is there any way to load differently configured modals within the same app? |
Link to minimal reproducible example
n/a
Summary
Hi Team,
I’m unable to create two separate Web3 modals in the same application for different networks, such as Ethereum and Solana.
Could you please assist with this?
Thanks
List of related npm package versions
"@reown/appkit": "^1.5.3",
"@reown/appkit-adapter-solana": "^1.5.3",
"@reown/appkit-adapter-wagmi": "^1.5.3",
Node.js Version
v20.5.1
Package Manager
npm@9.8.0
The text was updated successfully, but these errors were encountered: