Merge pull request #393 from ethercore/master

Add EtherCore
This commit is contained in:
iancoleman
2020-02-06 14:58:06 +11:00
committed by GitHub
2 changed files with 16 additions and 0 deletions
+9
View File
@@ -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,