I tried using useChain, useChains, and useChainWallet to try and connect a wallet, but it's all funky. I am also avoiding using the walletModal. In my app, it struggles to use useChains (trying to connect to both 'osmosis' and 'chihuahua'), but I also want it to default to using the Keplr extension.
useChains always returns disconnected.
useChains and useChainWallet are inconsistent; sometimes they connect but the address is undefined, and other times they are disconnected.
I tried using useChain, useChains, and useChainWallet to try and connect a wallet, but it's all funky. I am also avoiding using the walletModal. In my app, it struggles to use useChains (trying to connect to both 'osmosis' and 'chihuahua'), but I also want it to default to using the Keplr extension.
useChains always returns disconnected. useChains and useChainWallet are inconsistent; sometimes they connect but the address is undefined, and other times they are disconnected.
here is my public repo: https://github.com/jijicodes/cosmoskit-test