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 b5d2366..1fc0586 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1659,6 +1659,13 @@
1659 network = bitcoinjs.bitcoin.networks.axe; 1659 network = bitcoinjs.bitcoin.networks.axe;
1660 setHdCoin(4242); 1660 setHdCoin(4242);
1661 }, 1661 },
1662 },
1663 {
1664 name: "ANON - ANON",
1665 onSelect: function() {
1666 network = bitcoinjs.bitcoin.networks.anon;
1667 setHdCoin(220);
1668 },
1662 }, 1669 },
1663 { 1670 {
1664 name: "BCA - Bitcoin Atom", 1671 name: "BCA - Bitcoin Atom",