aboutsummaryrefslogtreecommitdiff
path: root/src/js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js')
-rw-r--r--src/js/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 502bbdf..b1ca066 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1523,6 +1523,14 @@
1523 }, 1523 },
1524 }, 1524 },
1525 { 1525 {
1526 name: "BEET - Beetlecoin",
1527 segwitAvailable: false,
1528 onSelect: function() {
1529 network = bitcoinjs.bitcoin.networks.beetlecoin;
1530 setHdCoin(800);
1531 },
1532 },
1533 {
1526 name: "BCH - Bitcoin Cash", 1534 name: "BCH - Bitcoin Cash",
1527 segwitAvailable: false, 1535 segwitAvailable: false,
1528 onSelect: function() { 1536 onSelect: function() {