Add CRW - Crown

This commit is contained in:
mikeyb
2017-07-01 15:38:46 -07:00
parent f1e5d48491
commit 0921f37077
4 changed files with 64 additions and 0 deletions

View File

@@ -35,6 +35,16 @@ bitcoin.networks.clam = {
wif: 0x85,
};
bitcoin.networks.crown = {
bip32: {
public: 0x0488b21e,
private: 0x0488ade4
},
pubKeyHash: 0x00,
scriptHash: 0x05,
wif: 0x80,
};
bitcoin.networks.dash = {
bip32: {
public: 0x0488b21e,