Closed fadeev closed 1 month ago
I would like to try it.
If you think any changes to how ZetaChainClient
is initialized need to be made, do comment! We can create a separate issue for that.
If you think any changes to how
ZetaChainClient
is initialized need to be made, do comment! We can create a separate issue for that.
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:
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 getBalances
should just probably just take a Solana address optionally like EVM and Bitcoin.
hardhat balances
task as wellgetBalances
still works in browser (Balances component in UniversalKit should show SOL balance)