Skip to content

Commit

Permalink
Fix Solana derivation paths for snaps (#20968)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding authored Sep 20, 2023
1 parent 3741079 commit df327a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion shared/constants/snaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,12 @@ export const SNAPS_DERIVATION_PATHS: SnapsDerivationPath[] = [
},
{
path: ['m', `44'`, `501'`],
curve: 'secp256k1',
curve: 'ed25519',
name: 'Solana',
},
{
path: ['m', `44'`, `501'`, "0'", "0'"],
curve: 'ed25519',
name: 'Solana',
},
{
Expand Down

0 comments on commit df327a4

Please sign in to comment.