Skip to content

Commit

Permalink
chore: Add Massa derivation path (#2979)
Browse files Browse the repository at this point in the history
Add Massa derivation path as per SLIP44, but using the `ed25519` curve.
  • Loading branch information
FrederikBolding authored Jan 7, 2025
1 parent 3928290 commit 308f571
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 @@ -180,6 +180,11 @@ export const SNAPS_DERIVATION_PATHS: SnapsDerivationPath[] = [
curve: 'ed25519',
name: 'Kadena',
},
{
path: ['m', `44'`, `632'`],
curve: 'ed25519',
name: 'Massa',
},
];

/**
Expand Down

0 comments on commit 308f571

Please sign in to comment.