aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 704d4e0..3afa598 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2749,6 +2749,13 @@
2749 }, 2749 },
2750 }, 2750 },
2751 { 2751 {
2752 name: "WGR - Wagerr",
2753 onSelect: function() {
2754 network = bitcoinjs.bitcoin.networks.wagerr;
2755 setHdCoin(7825266);
2756 },
2757 },
2758 {
2752 name: "WC - Wincoin", 2759 name: "WC - Wincoin",
2753 onSelect: function() { 2760 onSelect: function() {
2754 network = bitcoinjs.bitcoin.networks.wincoin; 2761 network = bitcoinjs.bitcoin.networks.wincoin;