Merge pull request #341 from Cryptarchist/support_wagerr

Add support for Wagerr
This commit is contained in:
iancoleman
2019-08-01 10:00:06 +10:00
committed by GitHub
3 changed files with 25 additions and 0 deletions
+11
View File
@@ -1615,3 +1615,14 @@ bitcoinjs.bitcoin.networks.deeponion = {
scriptHash: 0x4E,
wif: 0x9F,
};
bitcoinjs.bitcoin.networks.wagerr = {
messagePrefix: 'unused',
bip32: {
public: 0x022d2533,
private: 0x0221312b
},
pubKeyHash: 0x49,
scriptHash: 0x3f,
wif: 0xc7
};
+7
View File
@@ -2741,6 +2741,13 @@
setHdCoin(28);
},
},
{
name: "WGR - Wagerr",
onSelect: function() {
network = bitcoinjs.bitcoin.networks.wagerr;
setHdCoin(7825266);
},
},
{
name: "WC - Wincoin",
onSelect: function() {