diff --git a/cw_bitcoin/lib/bitcoin_derivations.dart b/cw_bitcoin/lib/bitcoin_derivations.dart index 1f83efc6a..b232dda2c 100644 --- a/cw_bitcoin/lib/bitcoin_derivations.dart +++ b/cw_bitcoin/lib/bitcoin_derivations.dart @@ -52,6 +52,12 @@ Map> bitcoin_derivations = { description: "Copay native segwit", scriptType: "p2wpkh", ), + DerivationInfo( + derivationType: DerivationType.bip39, + derivationPath: "m/44'|49'|84'/0'/0'", + description: "Samourai Deposit", + scriptType: "p2wpkh", + ), DerivationInfo( derivationType: DerivationType.bip39, derivationPath: "m/84'/0'/2147483644'",