stargaze-tools icon indicating copy to clipboard operation
stargaze-tools copied to clipboard

transfer-nft: Cannot use non-0-0-0 Derivation Path (Keplr) wallet

Open Blockchain-Badger opened this issue 2 years ago • 0 comments

Thanks for your help. Is it possible to use non-0-0-0 derivation path wallets with

yarn transfer-nft [sg721_address] [token_id] [recipient_address]

I get the diagnostic. Error: Failed to retrieve account from signer but it works fine when I use 0-0-0-derivation path wallet.

Full Diagnostics

Error: Failed to retrieve account from signer
    at SigningCosmWasmClient.simulate (/Users/badger/dev/stargaze-tools/node_modules/@cosmjs/cosmwasm-stargate/src/signingcosmwasmclient.ts:234:13)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async SigningCosmWasmClient.signAndBroadcast (/Users/badger/dev/stargaze-tools/node_modules/@cosmjs/cosmwasm-stargate/src/signingcosmwasmclient.ts:504:29)
    at async SigningCosmWasmClient.execute (/Users/badger/dev/stargaze-tools/node_modules/@cosmjs/cosmwasm-stargate/src/signingcosmwasmclient.ts:415:20)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Developing on Mac OS Sonoma 14.2.1 (23C71)

Blockchain-Badger avatar Jan 01 '24 05:01 Blockchain-Badger