mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
Merge pull request #6461 from BlueWallet/bip39_wallet_formats
fix: sync bip39_wallet_formats.json with electrum source files
This commit is contained in:
commit
f74e0890cc
1 changed files with 24 additions and 0 deletions
|
@ -35,6 +35,30 @@
|
|||
"script_type": "p2wpkh",
|
||||
"iterate_accounts": true
|
||||
},
|
||||
{
|
||||
"description": "Non-standard legacy on BIP84 path",
|
||||
"derivation_path": "m/84'/0'/0'",
|
||||
"script_type": "p2pkh",
|
||||
"iterate_accounts": true
|
||||
},
|
||||
{
|
||||
"description": "Non-standard compatibility segwit on BIP84 path",
|
||||
"derivation_path": "m/84'/0'/0'",
|
||||
"script_type": "p2wpkh-p2sh",
|
||||
"iterate_accounts": true
|
||||
},
|
||||
{
|
||||
"description": "Non-standard legacy on BIP49 path",
|
||||
"derivation_path": "m/49'/0'/0'",
|
||||
"script_type": "p2pkh",
|
||||
"iterate_accounts": true
|
||||
},
|
||||
{
|
||||
"description": "Non-standard native segwit on BIP49 path",
|
||||
"derivation_path": "m/49'/0'/0'",
|
||||
"script_type": "p2wpkh",
|
||||
"iterate_accounts": true
|
||||
},
|
||||
{
|
||||
"description": "Copay native segwit",
|
||||
"derivation_path": "m/44'/0'/0'",
|
||||
|
|
Loading…
Add table
Reference in a new issue