Skip to content

Commit

Permalink
chore: Add Kadena derivation path (#2851)
Browse files Browse the repository at this point in the history
Add Kadena to list of known derivation paths.

Fixes MetaMask/MetaMask-planning#3527
  • Loading branch information
FrederikBolding authored Oct 21, 2024
1 parent 47f4a94 commit dd08ed6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/snaps-utils/src/derivation-paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ export const SNAPS_DERIVATION_PATHS: SnapsDerivationPath[] = [
curve: 'secp256k1',
name: 'Avail',
},
{
path: ['m', `44'`, `626'`],
curve: 'ed25519',
name: 'Kadena',
},
];

/**
Expand Down

0 comments on commit dd08ed6

Please sign in to comment.