mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Add missing derivation path names (#20735)
This commit is contained in:
parent
519444163c
commit
0962e85a1b
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user