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 1fc0586..85639a0 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1737,6 +1737,13 @@
1737 setHdCoin(1); 1737 setHdCoin(1);
1738 }, 1738 },
1739 }, 1739 },
1740 {
1741 name: "BITG - Bitcoin Green",
1742 onSelect: function() {
1743 network = bitcoinjs.bitcoin.networks.bitcoingreen;
1744 setHdCoin(222);
1745 },
1746 },
1740 { 1747 {
1741 name: "BTCP - Bitcoin Private", 1748 name: "BTCP - Bitcoin Private",
1742 onSelect: function() { 1749 onSelect: function() {