You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: