Skip to content

Commit

Permalink
Add derivation path for MultiversX and Avail (#2580)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziad-saab authored Jul 22, 2024
1 parent 42c73c1 commit 321f664
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/snaps-utils/src/derivation-paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,16 @@ export const SNAPS_DERIVATION_PATHS: SnapsDerivationPath[] = [
curve: 'ed25519Bip32',
name: 'Cardano',
},
{
path: ['m', `44'`, `508'`, `0'`, `0'`, `0'`],
curve: 'ed25519',
name: 'MultiversX',
},
{
path: ['m', `44'`, `709'`],
curve: 'secp256k1',
name: 'Avail',
},
];

/**
Expand Down

0 comments on commit 321f664

Please sign in to comment.