Skip to content

Commit 85cbcae

Browse files
FrederikBoldingPatrykLucka
authored andcommitted
chore: Add Massa derivation path (#2979)
Add Massa derivation path as per SLIP44, but using the `ed25519` curve.
1 parent e273f69 commit 85cbcae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/snaps-utils/src/derivation-paths.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@ export const SNAPS_DERIVATION_PATHS: SnapsDerivationPath[] = [
180180
curve: 'ed25519',
181181
name: 'Kadena',
182182
},
183+
{
184+
path: ['m', `44'`, `632'`],
185+
curve: 'ed25519',
186+
name: 'Massa',
187+
},
183188
];
184189

185190
/**

0 commit comments

Comments
 (0)