diff --git a/packages/snaps-utils/src/derivation-paths.ts b/packages/snaps-utils/src/derivation-paths.ts index fd00e3d8c7..e320839837 100644 --- a/packages/snaps-utils/src/derivation-paths.ts +++ b/packages/snaps-utils/src/derivation-paths.ts @@ -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', + }, ]; /**