From 6c7da3e1467a7eb78c70c771bf354708fe74aa9f Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Tue, 5 Sep 2023 16:48:34 +0200 Subject: [PATCH] Add missing derivation path names (#20735) --- shared/constants/snaps.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/shared/constants/snaps.ts b/shared/constants/snaps.ts index 7af5217af..6ba3d9ab8 100644 --- a/shared/constants/snaps.ts +++ b/shared/constants/snaps.ts @@ -115,11 +115,21 @@ export const SNAPS_DERIVATION_PATHS: SnapsDerivationPath[] = [ curve: 'secp256k1', name: 'Bitcoin Cash', }, + { + path: ['m', `44'`, `637'`], + curve: 'ed25519', + name: 'Aptos', + }, { path: ['m', `44'`, `714'`], curve: 'secp256k1', name: 'Binance (BNB)', }, + { + path: ['m', `44'`, `784'`], + curve: 'ed25519', + name: 'Sui', + }, { path: ['m', `44'`, `931'`], curve: 'secp256k1',