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
Good afternoon, can you help me, I use the @cosmjs/proto-signing library to generate Agoric coins, after generating phrases from seed (possible buyer peanut auto assist powder draft hidden lunch that first evoke ) I get the address address - agoric1jh4jnpedwmfn3wvut4adnt6xqy2pj2km0xuz63
and when I add a seed phrase to Keplr I get the address - agoric15fr4ptrgfv5k200k94epahk3q226g2dkujdhp9
Having checked everything, I realized that the address generation is based on the derivative m/44'/118'/ and you need m/44'/564'/
added to the code
const wallet = await DirectSecp256k1HdWallet.fromMnemonic(mnemonic, {prefix: "agoric", hdPath: ("m/44'/564'"),});
but the address is still generated at 118
help me solve this issue or give an example of a script with correct generation please
The text was updated successfully, but these errors were encountered:
Good afternoon, can you help me, I use the @cosmjs/proto-signing library to generate Agoric coins, after generating phrases from seed (possible buyer peanut auto assist powder draft hidden lunch that first evoke ) I get the address address - agoric1jh4jnpedwmfn3wvut4adnt6xqy2pj2km0xuz63
and when I add a seed phrase to Keplr I get the address - agoric15fr4ptrgfv5k200k94epahk3q226g2dkujdhp9
Having checked everything, I realized that the address generation is based on the derivative m/44'/118'/ and you need m/44'/564'/
added to the code
const wallet = await DirectSecp256k1HdWallet.fromMnemonic(mnemonic, {prefix: "agoric", hdPath: ("m/44'/564'"),});
but the address is still generated at 118
help me solve this issue or give an example of a script with correct generation please
The text was updated successfully, but these errors were encountered: