Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add derivation path for MultiversX and Avail #2580

Merged
merged 8 commits into from
Jul 22, 2024
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
Loading