graz
graz copied to clipboard
Error: There is no chain info for RockChain
Describe the bug
I get error when connecting the Keplr wallet on my dapp. Error:
Wallet.tsx:61 connect Error: There is no chain info for RockChain
const { connect } = useConnect();
connect({
walletType: WalletType.KEPLR,
chainId: PUBLIC_ENVIRONMENT.NEXT_PUBLIC_CHAIN_ID,
});
To Reproduce
Steps to reproduce the behavior:
- I am on my local test app
- Click on 'Connect' button
- See error
Expected behavior
It should connect the Keplr wallet and show the connected address
Screenshots
Device
Please complete the following device information.
Desktop
- OS: iOS
- Browser: Chrome
- Version: latest
cc @grikomsn