-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add Solana balance querying to getBalances
#180
Comments
I would like to try it. |
If you think any changes to how |
Do we need to add a component to universalkit that connects to the Solana wallet? |
@lukema95 as part of a separate contribution, yes! |
Seems like Solana can be added to RainbowKit: |
The Phantom wallet also supports EVM, so here RainbowKit only supports Phantom's EVM network, not Solana's. solana currently uses a lot of wallets like Backpack, and should have a tool to connect more Solana wallets. |
As the number of supported heterogeneous chains increases, perhaps we should build a tool to manage all wallets. |
Ok, for now |
hardhat balances
task as wellgetBalances
still works in browser (Balances component in UniversalKit should show SOL balance)The text was updated successfully, but these errors were encountered: