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.