Skip to content

Commit

Permalink
Add known derivation path for Avail
Browse files Browse the repository at this point in the history
  • Loading branch information
ziad-saab committed Jul 18, 2024
1 parent a9b2e6a commit 7b52661
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 @@ -160,6 +160,11 @@ export const SNAPS_DERIVATION_PATHS: SnapsDerivationPath[] = [
curve: 'ed25519',
name: 'MultiversX',
},
{
path: ['m', `44'`, `709'`],
curve: 'secp256k1',
name: 'Avail'
},
];

/**
Expand Down

0 comments on commit 7b52661

Please sign in to comment.