-
1. we need to have shorter voting period for shipping a new update
2. this would require either a chain update or adding a new proposal.
-
Im trying to integrate with the wallet and would like typescript support. Is there an @types/keplr declaration published already?
I found https://www.npmjs.com/package/@keplr-wallet/types/v/0.9.0 …
j-5-s updated
2 years ago
-
Currently implemented with the premise that Keplr was the last connected wallet.
Need to make it remember which wallet was last connected and auto-connect accordingly
_Originally posted by @fl-y i…
-
# Sprint 1
- [x] #13
- [x] #18
- [x] #19
- [x] #17
- [x] #21
- [x] name collisions that derive from the proto files
In regards to the prototype https://github.com/pyramation/osmosis-pro…
-
## idea
- deploy a cosmos blockchain in test/research mode
## requirements
- integration & tested with keplr
- see how to enabled in keplr app (portal web based)
- allow people to vote & cr…
-
After updating the cosmos app on the ledger i can't send through IBC.
I throws: Fail to send token: Data is invalid : Unrecognized error code
To Reproduce
Steps to reproduce the behavior:
…
-
_Because Keplr can't suggest the chain on mobile, users can't connect to Keplr wallet on mobile.
C98 wallet don't support now, so connect to C98 wallet is pending._
On mobile, click Connect/ Vote/…
-
Hello,
Cosmos delegators recently received L1 coin in genesis_29-2 network. In tests about few weeks ago all tests were fine and after receiving coins, cosmos users were able to transact with Keplr.
…
-
## Summary of Bug
our `GetSignBytes` methods on *all* messages are currently producing incorrect sign bytes. The fix for MsgSend is in this [PR](https://github.com/regen-network/regen-ledger/pull/1…
-
EDIT:
I finally found a workaround by delaying the import of the offending package using:
```js
// delayed dynamic import to avoid missing Buffer crap
const { getKeplrFromWindow } = await import(…