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.
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): unauthorizedif 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.