mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Update derivation paths used by snaps (#20558)
* Update derivation paths used by snaps * Update testnets
This commit is contained in:
parent
67ee8aa9ba
commit
2db86c8ae2
@ -58,7 +58,7 @@ export const SNAPS_DERIVATION_PATHS: SnapsDerivationPath[] = [
|
||||
{
|
||||
path: ['m', `44'`, `1'`],
|
||||
curve: 'secp256k1',
|
||||
name: 'Test BIP-32 Path (secp256k1)',
|
||||
name: 'Testnet',
|
||||
},
|
||||
{
|
||||
path: ['m', `44'`, `0'`],
|
||||
@ -148,7 +148,27 @@ export const SNAPS_DERIVATION_PATHS: SnapsDerivationPath[] = [
|
||||
{
|
||||
path: ['m', `44'`, `1'`, `0'`],
|
||||
curve: 'ed25519',
|
||||
name: 'NEAR Protocol Testnet',
|
||||
name: 'Testnet',
|
||||
},
|
||||
{
|
||||
path: ['m', `44'`, `472'`],
|
||||
curve: 'ed25519',
|
||||
name: 'Arweave',
|
||||
},
|
||||
{
|
||||
path: ['m', `44'`, `12586'`],
|
||||
curve: 'secp256k1',
|
||||
name: 'Mina',
|
||||
},
|
||||
{
|
||||
path: ['m', `44'`, `1729'`, `0'`, `0'`],
|
||||
curve: 'ed25519',
|
||||
name: 'Tezos',
|
||||
},
|
||||
{
|
||||
path: ['m', `1789'`, `0'`],
|
||||
curve: 'ed25519',
|
||||
name: 'Vega',
|
||||
},
|
||||
];
|
||||
///: END:ONLY_INCLUDE_IN
|
||||
|
Loading…
Reference in New Issue
Block a user