Skip to content

Commit

Permalink
Add derivation path for Nimiq (#2309)
Browse files Browse the repository at this point in the history
Specify the derivation path for Nimiq so its name is resolved when
deriving public and private keys.
  • Loading branch information
Eligioo authored Apr 1, 2024
1 parent 51a1d04 commit b461d93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/snaps-utils/src/derivation-paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ export const SNAPS_DERIVATION_PATHS: SnapsDerivationPath[] = [
curve: 'secp256k1',
name: 'Mina',
},
{
path: ['m', `44'`, `242'`],
curve: 'ed25519',
name: 'Nimiq',
},
{
path: ['m', `44'`, `1729'`, `0'`, `0'`],
curve: 'ed25519',
Expand Down

0 comments on commit b461d93

Please sign in to comment.