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 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;