mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-05-20 07:35:05 +00:00
Add dash
This commit is contained in:
@@ -34,3 +34,14 @@ bitcoin.networks.clam = {
|
|||||||
pubKeyHash: 0x89,
|
pubKeyHash: 0x89,
|
||||||
wif: 0x85,
|
wif: 0x85,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bitcoin.networks.dash = {
|
||||||
|
bip32: {
|
||||||
|
public: 0x0488b21e,
|
||||||
|
private: 0x0488ade4
|
||||||
|
},
|
||||||
|
pubKeyHash: 0x4e,
|
||||||
|
scriptHash: 0x10,
|
||||||
|
wif: 0xcc,
|
||||||
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user