chainapsis / keplr-wallet

The most powerful wallet for the Cosmos ecosystem and the Interchain
https://www.keplr.app
Other
762 stars 453 forks source link

Contract failed on kepir mobile wallet #1134

Open MineMe0812 opened 3 months ago

MineMe0812 commented 3 months ago

Hello

https://injstaking.io

I have used cosmos-kit module for wallet in my project. All functions(connect wallet, contract transaction) works with kepir extension well. Connect function works with kepir mobile. But Contract transaction doesn't work with kepir mobile, I have got issues.

Contract transaction:

const txRaw = await new MsgBroadcaster({ walletStrategy, network: NETWORK, simulateTx: true, }).broadcast({ msgs: msgs, injectiveAddress: sender, });

I couldn't find reason.

Contract address: inj1m5kawhjx5cc2xggm090tm8px3pw60crcltg5kk

Can you help me?

HeesungB commented 3 months ago

@MineMe0812 Hello. I checked about it. It is not working with Transaction failed

Can I ask which version do you use oncosmos-kit library?

There was some changes recent version.

MineMe0812 commented 3 months ago

Hi @HeesungB

Thanks for your reply

"@cosmos-kit/keplr": "^2.6.2", "@cosmos-kit/leap": "^2.6.2", "@cosmos-kit/react": "^2.10.2"