Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: There is no chain info for RockChain #143

Closed
bullishgopher opened this issue Apr 8, 2024 · 2 comments
Closed

Error: There is no chain info for RockChain #143

bullishgopher opened this issue Apr 8, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@bullishgopher
Copy link

bullishgopher commented Apr 8, 2024

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
@bullishgopher bullishgopher added the bug Something isn't working label Apr 8, 2024
@bullishgopher
Copy link
Author

cc @grikomsn

@codingki
Copy link
Member

codingki commented Oct 9, 2024

@bullishgopher I think you haven't pass RockChain ChainInfo in graz provider https://graz.sh/docs/getting-started#2-configure-grazoptions

@codingki codingki closed this as completed Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants