ap-justin

Results 9 issues of ap-justin

typing `builder.query` is easy like ``` builder.query ``` and have used it to query blockchain LCD endpoints ```ts queryA - builder.query queryB - builder.query queryC - builder.query queryD - builder.query...

Wallet connect v1 will be [depracated next year](https://medium.com/walletconnect/walletconnect-v1-0-sunset-notice-and-migration-schedule-8af9d3720d2e) would be really nice for keplr to support these [new methods](https://docs.walletconnect.com/2.0/advanced/rpc-reference/cosmos-rpc) and provide another example like this [helpful v1 example](https://github.com/chainapsis/keplr-wallet/tree/master/packages/wc-client-example)

installing `@keplr-wallet/wc-qrcode-modal` gives this error when used with react 18 ``` ➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements for details, where is the six-letter...

bug

REPRO 1. go to npm page `nextjs` example sandbox https://codesandbox.io/s/github/terra-money/wallet-provider/tree/main/templates/next 2. click connect and click deny on pop-up ![image](https://github.com/terra-money/wallet-provider/assets/89639563/a0b2db3d-fba5-47ea-8307-4e70f30c43c8) 3. status should be `WALLET_NOT_CONNECTED` but stuck `INITIALIZING` ![image](https://github.com/terra-money/wallet-provider/assets/89639563/97111744-724c-441f-9be6-6017be4a5563) also wallet...

Hi! I tried to use keplr with `@cosmjs/stargate` and used these rpc endpoints ``` https://node-cosmoshub-3.keplr.app/rpc (from this example) https://lcd-cosmoshub.keplr.app/rest (from keplr docs) ``` and got this error `net::ERR_NAME_NOT_RESOLVED` are these...

Hi! I'd really appreciate some help on resolving this. I am trying to use Keplr with cosmJS as demonstrated here https://stackblitz.com/edit/react-ts-pezzyd?file=Keplr.tsx and gets this error when calling `cosmJS.getAccount` ``` auth.ts:72...

Hi, I used to check gas prices at https://fcd.terra.dev/v1/txs/gas_prices but I guess `28.325 uluna` at the time of this writing is large. Is this endpoint valid only for `terra classic`...

so that web-app no need to call experimental [`suggestChain`](https://docs.keplr.app/api/suggest-chain.html) example formats: https://github.com/chainapsis/keplr-chain-registry/pulls

[wallet connect v1 was sunset](https://medium.com/walletconnect/walletconnect-v1-0-sunset-notice-and-migration-schedule-8af9d3720d2e)