mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
21 lines
538 B
JSON
21 lines
538 B
JSON
[
|
|
{
|
|
"description": "Standard BIP44 legacy",
|
|
"derivation_path": "m/44'/0'/0'",
|
|
"script_type": "p2pkh",
|
|
"iterate_accounts": false
|
|
},
|
|
{
|
|
"description": "Standard BIP49 compatibility segwit",
|
|
"derivation_path": "m/49'/0'/0'",
|
|
"script_type": "p2wpkh-p2sh",
|
|
"iterate_accounts": false
|
|
},
|
|
{
|
|
"description": "Standard BIP84 native segwit",
|
|
"derivation_path": "m/84'/0'/0'",
|
|
"script_type": "p2wpkh",
|
|
"iterate_accounts": false
|
|
}
|
|
]
|