aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
author-k <slowdive@me.com>2018-01-06 23:57:11 -0500
committer-k <slowdive@me.com>2018-01-06 23:57:11 -0500
commitcfc0c4d743b1b768888cdd7c1cf25e6c23243a94 (patch)
tree0999f5ab1506dd57a4f7c63ef82192dbec41fc54 /src/js/index.js
parentde8e5bc11fb7024ee403db7931e3ae082d7f968e (diff)
downloadBIP39-cfc0c4d743b1b768888cdd7c1cf25e6c23243a94.tar.gz
BIP39-cfc0c4d743b1b768888cdd7c1cf25e6c23243a94.tar.zst
BIP39-cfc0c4d743b1b768888cdd7c1cf25e6c23243a94.zip
AXE support
Diffstat (limited to 'src/js/index.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 01543f9..ec73628 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1453,6 +1453,14 @@
1453 1453
1454 var networks = [ 1454 var networks = [
1455 { 1455 {
1456 name: "AXE - Axe",
1457 segwitAvailable: false,
1458 onSelect: function() {
1459 network = bitcoinjs.bitcoin.networks.axe;
1460 setHdCoin(0);
1461 },
1462 },
1463 {
1456 name: "BCH - Bitcoin Cash", 1464 name: "BCH - Bitcoin Cash",
1457 segwitAvailable: false, 1465 segwitAvailable: false,
1458 onSelect: function() { 1466 onSelect: function() {