Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compass wallet fee #191

Open
zenoUsman opened this issue Jul 26, 2024 · 1 comment
Open

Compass wallet fee #191

zenoUsman opened this issue Jul 26, 2024 · 1 comment
Labels
bug Something isn't working linear Created by Linear-GitHub Sync

Comments

@zenoUsman
Copy link

zenoUsman commented Jul 26, 2024

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")
})

        const allInstructions = [
            ...instructions.cw20Instructions,
            instructions.instruction
        ]

        const mintReceipt = await client.executeMultiple(wallet!.accounts[0].address, allInstructions, "auto")

I changed the fee manually but compass wallet not adopting it and same transaction broadcasting error showing in console.

@zenoUsman zenoUsman added bug Something isn't working linear Created by Linear-GitHub Sync labels Jul 26, 2024
@zenoUsman
Copy link
Author

zenoUsman commented Aug 5, 2024

Anyone comment on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working linear Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

1 participant