aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authorharzo <harzojunior@gmail.com>2018-09-05 15:03:40 +0200
committerharzo <harzojunior@gmail.com>2018-09-05 15:04:13 +0200
commita44c45e3c06a462e2de609317ba371894ed0ccee (patch)
treed2f0135f729a8d900e7f342f0b566964e8d537af /src/js/index.js
parent341700110bd0bc101947ff94b466b50be84c8e74 (diff)
downloadBIP39-a44c45e3c06a462e2de609317ba371894ed0ccee.tar.gz
BIP39-a44c45e3c06a462e2de609317ba371894ed0ccee.tar.zst
BIP39-a44c45e3c06a462e2de609317ba371894ed0ccee.zip
Add ExchangeCoin
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 2a3e86c..e3d0b4b 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1936,6 +1936,13 @@
1936 }, 1936 },
1937 }, 1937 },
1938 { 1938 {
1939 name: "EXCC - ExchangeCoin",
1940 onSelect: function() {
1941 network = bitcoinjs.bitcoin.networks.exchangecoin;
1942 setHdCoin(0);
1943 },
1944 },
1945 {
1939 name: "EXP - Expanse", 1946 name: "EXP - Expanse",
1940 segwitAvailable: false, 1947 segwitAvailable: false,
1941 onSelect: function() { 1948 onSelect: function() {