X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=src%2Fjs%2Findex.js;h=102c7c5fb70435d93990799305fe0fe5e5e7f412;hp=fc467fe55188f9428dbec3d57377e430a07afc4c;hb=54a8e781b476b6be3d404f9e8a4897a5a661ea6d;hpb=e9491c7efd88b23fc505f546845f52bfbb7fd864 diff --git a/src/js/index.js b/src/js/index.js index fc467fe..102c7c5 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,