add stash parameters

This commit is contained in:
BeachM
2018-08-10 21:07:36 -07:00
parent e47cd1970f
commit ae51db39a3
3 changed files with 51 additions and 1 deletions
+14
View File
@@ -2356,6 +2356,20 @@
setHdCoin(59);
},
},
{
name: "STASH - Stash",
onSelect: function() {
network = bitcoinjs.bitcoin.networks.stash;
setHdCoin(0xC0C0);
},
},
{
name: "STASH - Stash Testnet",
onSelect: function() {
network = bitcoinjs.bitcoin.networks.stashtn;
setHdCoin(0xCAFE);
},
},
{
name: "STRAT - Stratis",
onSelect: function() {