diff --git a/electrum/bip39_wallet_formats.json b/electrum/bip39_wallet_formats.json index d6551ff98..8fb92c17c 100644 --- a/electrum/bip39_wallet_formats.json +++ b/electrum/bip39_wallet_formats.json @@ -41,6 +41,12 @@ "script_type": "p2wpkh", "iterate_accounts": true }, + { + "description": "Coolwallet S derivation path using bip44 but with segwit script format", + "derivation_path": "m/44'/0'/0'", + "script_type": "p2wpkh-p2sh", + "iterate_accounts": true + }, { "description": "Samourai Bad Bank (toxic change)", "derivation_path": "m/84'/0'/2147483644'",