graz icon indicating copy to clipboard operation
graz copied to clipboard

React hooks for Cosmos 🪐

Results 26 graz issues
Sort by recently updated
recently updated
newest added

## 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...

https://www.npmjs.com/package/@cosmsnap/snap

enhancement

https://usecapsule.com/

enhancement

## 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...

bug

## 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...

enhancement

## 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. ![Screenshot 2024-03-25 at 18 29 38](https://github.com/graz-sh/graz/assets/35642018/0a151dc9-4dff-40ab-a50b-0831bebd2ae3) 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...

bug

## 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...

enhancement