aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-08-29 09:02:50 +1000
committerGitHub <noreply@github.com>2018-08-29 09:02:50 +1000
commit23183e61af99b520773b0ddce414ec637ecff890 (patch)
tree2f068181fff436e8f06ad0bab1d66f0b6546f25b /src/js/index.js
parente76cd8fbf32e3b76158dc59ca6d018591a6032eb (diff)
parent04ec88af5cb78f3ee5cff20a183e792d972ef3fb (diff)
downloadBIP39-23183e61af99b520773b0ddce414ec637ecff890.tar.gz
BIP39-23183e61af99b520773b0ddce414ec637ecff890.tar.zst
BIP39-23183e61af99b520773b0ddce414ec637ecff890.zip
Merge pull request #245 from VDamas/master
Fixed Salus and added Cryptoescudo
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 93730ed..2a3e86c 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1766,6 +1766,13 @@
1766 }, 1766 },
1767 }, 1767 },
1768 { 1768 {
1769 name: "CESC - Cryptoescudo",
1770 onSelect: function() {
1771 network = bitcoinjs.bitcoin.networks.cannacoin;
1772 setHdCoin(111);
1773 },
1774 },
1775 {
1769 name: "CDN - Canadaecoin", 1776 name: "CDN - Canadaecoin",
1770 onSelect: function() { 1777 onSelect: function() {
1771 network = bitcoinjs.bitcoin.networks.canadaecoin; 1778 network = bitcoinjs.bitcoin.networks.canadaecoin;