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

Contract failed on kepir mobile wallet #1134

Open
MineMe0812 opened this issue Jun 5, 2024 · 2 comments
Open

Contract failed on kepir mobile wallet #1134

MineMe0812 opened this issue Jun 5, 2024 · 2 comments
Labels
bug Something isn't working keplr-mobile This is for keplr mobile app (Android, IOS)

Comments

@MineMe0812
Copy link

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?

@MineMe0812 MineMe0812 added bug Something isn't working keplr-mobile This is for keplr mobile app (Android, IOS) labels Jun 5, 2024
@HeesungB
Copy link
Collaborator

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

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

There was some changes recent version.

@MineMe0812
Copy link
Author

Hi @HeesungB

Thanks for your reply

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working keplr-mobile This is for keplr mobile app (Android, IOS)
Projects
None yet
Development

No branches or pull requests

2 participants