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 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.
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?
The text was updated successfully, but these errors were encountered: