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 use keplr.getOfflineSignerOnlyAmino('noble-1') as the signer to send depositForBurn tx, but failed, the error message is:
Broadcasting transaction failed with code 4 (codespace: sdk). Log: signature verification failed; please verify account number (75431), sequence (69) and chain-id (noble-1): unauthorized
if I use keplr.getOfflineSigner('noble-1'), it works fine
Did you ever successfully send depositForBurn tx by amino?
It is essential since hardware wallets like Ledger only support amino.
The text was updated successfully, but these errors were encountered:
I use
keplr.getOfflineSignerOnlyAmino('noble-1')
as the signer to send depositForBurn tx, but failed, the error message is:Broadcasting transaction failed with code 4 (codespace: sdk). Log: signature verification failed; please verify account number (75431), sequence (69) and chain-id (noble-1): unauthorized
if I use
keplr.getOfflineSigner('noble-1')
, it works fineDid you ever successfully send depositForBurn tx by amino?
It is essential since hardware wallets like Ledger only support amino.
The text was updated successfully, but these errors were encountered: