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 52b0db5..544e67d 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2742,6 +2742,13 @@
2742 }, 2742 },
2743 }, 2743 },
2744 { 2744 {
2745 name: "WGR - Wagerr",
2746 onSelect: function() {
2747 network = bitcoinjs.bitcoin.networks.wagerr;
2748 setHdCoin(7825266);
2749 },
2750 },
2751 {
2745 name: "WC - Wincoin", 2752 name: "WC - Wincoin",
2746 onSelect: function() { 2753 onSelect: function() {
2747 network = bitcoinjs.bitcoin.networks.wincoin; 2754 network = bitcoinjs.bitcoin.networks.wincoin;