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 e3d0b4b..d969c67 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2489,6 +2489,13 @@
2489 setHdCoin(181); 2489 setHdCoin(181);
2490 }, 2490 },
2491 }, 2491 },
2492 {
2493 name: "XAX - Artax",
2494 onSelect: function() {
2495 network = bitcoinjs.bitcoin.networks.artax;
2496 setHdCoin(219);
2497 },
2498 },
2492 { 2499 {
2493 name: "XBC - Bitcoinplus", 2500 name: "XBC - Bitcoinplus",
2494 onSelect: function() { 2501 onSelect: function() {