graz
graz copied to clipboard
React hooks for Cosmos 🪐
## Description This PR ... ## Checklist - [x] I have made sure the upstream branch for this PR is correct - [x] I have made sure this PR is...
## 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 ``` ```typescript const...
## Is your feature request related to a problem? Please describe. I want to sign a message on keplr and then verify it for my auth system ## Describe the...
## Is your feature request related to a problem? Please describe. > A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Graz allows...
https://github.com/graz-sh/graz/blob/db50076619d04a611c3610569fb2605981d11def/packages/graz/src/hooks/signingClients.ts#L152 I've been facing errors like this in fact not only in this hook but with others too.  Generally, `queryFn` must **always** return data...
## Describe the bug When trying to connect via Web, by scanning the QR Code and approving the connection with a Leap Mobile wallet, I get an error "No Session...
## Is your feature request related to a problem? Please describe. I learned from the docs that graz supports metamask snaps connection but I couldn't find any examples. I searched...
## Is your feature request related to a problem? Please describe. https://graz.sh/docs/hooks/useBalance Take a look at `useBalance` hook. It requires a `denom` to be defined, but what the `denom` isn't...