We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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, });
Steps to reproduce the behavior:
It should connect the Keplr wallet and show the connected address
Please complete the following device information.
Desktop
The text was updated successfully, but these errors were encountered:
cc @grikomsn
Sorry, something went wrong.
@bullishgopher I think you haven't pass RockChain ChainInfo in graz provider https://graz.sh/docs/getting-started#2-configure-grazoptions
No branches or pull requests
Describe the bug
I get error when connecting the Keplr wallet on my dapp. Error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should connect the Keplr wallet and show the connected address
Screenshots
Device
Desktop
The text was updated successfully, but these errors were encountered: