graz icon indicating copy to clipboard operation
graz copied to clipboard

Error: There is no chain info for RockChain

Open btc8436954 opened this issue 1 year ago • 1 comments

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:

  1. I am on my local test app
  2. Click on 'Connect' button
  3. See error

Expected behavior

It should connect the Keplr wallet and show the connected address

Screenshots

image

Device

Please complete the following device information.

Desktop

  • OS: iOS
  • Browser: Chrome
  • Version: latest

btc8436954 avatar Apr 08 '24 15:04 btc8436954

cc @grikomsn

btc8436954 avatar Apr 08 '24 15:04 btc8436954