aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authorVitório Damas <vdamas@at.gov.pt>2018-08-28 09:38:00 +0100
committerVitório Damas <vdamas@at.gov.pt>2018-08-28 09:38:00 +0100
commit04ec88af5cb78f3ee5cff20a183e792d972ef3fb (patch)
tree2f068181fff436e8f06ad0bab1d66f0b6546f25b /src/js/index.js
parent5a1494327fadc649dac7dca9075c02164655ad1e (diff)
downloadBIP39-04ec88af5cb78f3ee5cff20a183e792d972ef3fb.tar.gz
BIP39-04ec88af5cb78f3ee5cff20a183e792d972ef3fb.tar.zst
BIP39-04ec88af5cb78f3ee5cff20a183e792d972ef3fb.zip
Added Cryptoescudo
Committer: Vitorio Damas <vitoriodamas@gmail.com>
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;