You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 } from "@sei-js/cosmjs" when we maked client like this try {
const client = await getSigningCosmWasmClient(config.rpc_wasm, wallet.offlineSigner, {
gasPrice: GasPrice.fromString("0.01usei")
})
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 } from "@sei-js/cosmjs" when we maked client like this try {
const client = await getSigningCosmWasmClient(config.rpc_wasm, wallet.offlineSigner, {
gasPrice: GasPrice.fromString("0.01usei")
})
I changed the fee manually but compass wallet not adopting it and same transaction broadcasting error showing in console.
The text was updated successfully, but these errors were encountered: