From: Vitório Damas Date: Tue, 28 Aug 2018 08:38:00 +0000 (+0100) Subject: Added Cryptoescudo X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=04ec88af5cb78f3ee5cff20a183e792d972ef3fb Added Cryptoescudo Committer: Vitorio Damas --- 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 @@ -1765,6 +1765,13 @@ setHdCoin(19); }, }, + { + name: "CESC - Cryptoescudo", + onSelect: function() { + network = bitcoinjs.bitcoin.networks.cannacoin; + setHdCoin(111); + }, + }, { name: "CDN - Canadaecoin", onSelect: function() {