From: EtherCore Contributor Date: Wed, 1 Jan 2020 15:45:48 +0000 (+0900) Subject: Add EtherCore X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=8131a0711504451fa46551e0074f519215d68310 Add EtherCore --- diff --git a/src/js/index.js b/src/js/index.js index 92772f6..62bab81 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1838,6 +1838,7 @@ || (name == "ELLA - Ellaism") || (name == "ESN - Ethersocial Network") || (name == "VET - VeChain") + || (name == "ERE - EtherCore") } function networkHasSegwit() { @@ -2417,6 +2418,14 @@ setHdCoin(194); }, }, + { + name: "ERE - EtherCore", + segwitAvailable: false, + onSelect: function() { + network = libs.bitcoin.networks.bitcoin; + setHdCoin(466); + }, + }, { name: "ESN - Ethersocial Network", segwitAvailable: false,