-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Hello everyone! I just tested keystation together with https://wallet.cosmostation.io/
I was very confused about the HD derivation path that is used. For Cosmos Hub, the path should be m/44'/118'/0'/0/0, so some of the components are hardened, some are not. In the UI it simply shows 44/118/0/0/0, which indicatiates a path with 5 non-hardened components is used.
But the address derivation is correct (e.g. menmonic economy stock theory fatal elder harbor betray wasp final emotion task crumble siren bottom lizard educate guess current outdoor pair theory focus wife stone leads to address cosmos1pkptre7fdkl6gfrzlesjjvhxhlc3r4gmmk8rs6, which is m/44'/118'/0'/0/0 and compatible with Cosmos SDK and CosmJS).
It would be nice if the UI was more precise about the derivation, which is critical for interoperability as well as privacy.