Add EtherCore

This commit is contained in:
EtherCore Contributor
2020-01-02 00:45:48 +09:00
parent 181b5d61e3
commit 8131a07115

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,