-
I'm trying to install this library in my React project, but I'm receiving the error below when I run `yarn start`:
```
ERROR in ./node_modules/@cosmjs/crypto/build/pbkdf2.js 50:67-84
Module not f…
-
should be! with telescope you can pull the registry from the client generated files and make one massive stargate client
we should make a plugin option in telescope to make this easier, since each …
-
I am facing error on dapp "Broadcast transaction error: fee: 9845, required: 435433"
This error showing in when we mint nft through compass wallet by using get
import { getSigningCosmWasmClient } fr…
-
https://github.com/Finschia/cosmy-wasmy/blob/63600a9af71aea421295b2301206216e2b25ef86/src/helpers/sign/wrapwallet.ts#L7
It is enough to use cosmjs/crypto@0.28.4.
ulbqb updated
10 months ago
-
Hi, I've tested telescope today which basically solved my issues with FeeGrant (I wasnt able to amino sign these types of transactions with default converters from cosmjs and now I can - thats great).…
-
I have a question to ask. I didn't encounter this error when creating a trading pair between JUNO and OSMO. However, when I tried creating a trading pair between OSMO and Injective, I encountered an e…
-
BroadcastTxError: Broadcasting transaction failed with code 7 (codespace: sdk). Log: invalid from address: empty address string is not allowed: invalid address
Was trying to make a authz MsgExec (E…
-
````ts
const result = await signingClient.signAndBroadcast(
address,
[
{
typeUrl: "/cosmos.gov.v1beta1.MsgVote",
…
-
I am getting `Error: Bad status on response: 400 ` error while upload cotract using `upload` function
below is my code
```
const wasm = await loadContract(contract);
console.debug(`Uploadin…
-
## What is the Problem Being Solved?
We've had to fork the project to https://github.com/agoric-labs/telescope/tree/agoric-safe . Since then the Cosmology folks have released 1.10.0 to incorporate …