diff --git a/packages/snaps-utils/src/derivation-paths.ts b/packages/snaps-utils/src/derivation-paths.ts index e320839837..02bc4324fd 100644 --- a/packages/snaps-utils/src/derivation-paths.ts +++ b/packages/snaps-utils/src/derivation-paths.ts @@ -45,6 +45,16 @@ export const SNAPS_DERIVATION_PATHS: SnapsDerivationPath[] = [ curve: 'secp256k1', name: 'Bitcoin Testnet Native SegWit', }, + { + path: ['m', `86'`, `0'`], + curve: 'secp256k1', + name: 'Bitcoin Taproot', + }, + { + path: ['m', `86'`, `1'`], + curve: 'secp256k1', + name: 'Bitcoin Testnet Taproot', + }, { path: ['m', `44'`, `501'`], curve: 'ed25519',