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
+10
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,
+7
View File
@@ -1077,6 +1077,13 @@
DOM.bip44coin.val(23);
},
},
{
name: "CRW - Crown",
onSelect: function() {
network = bitcoin.networks.crown;
DOM.bip44coin.val(72);
},
},
{
name: "Dogecoin",
onSelect: function() {