mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-05-13 12:15:04 +00:00
Add EtherCore
This commit is contained in:
@@ -1838,6 +1838,7 @@
|
|||||||
|| (name == "ELLA - Ellaism")
|
|| (name == "ELLA - Ellaism")
|
||||||
|| (name == "ESN - Ethersocial Network")
|
|| (name == "ESN - Ethersocial Network")
|
||||||
|| (name == "VET - VeChain")
|
|| (name == "VET - VeChain")
|
||||||
|
|| (name == "ERE - EtherCore")
|
||||||
}
|
}
|
||||||
|
|
||||||
function networkHasSegwit() {
|
function networkHasSegwit() {
|
||||||
@@ -2417,6 +2418,14 @@
|
|||||||
setHdCoin(194);
|
setHdCoin(194);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "ERE - EtherCore",
|
||||||
|
segwitAvailable: false,
|
||||||
|
onSelect: function() {
|
||||||
|
network = libs.bitcoin.networks.bitcoin;
|
||||||
|
setHdCoin(466);
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "ESN - Ethersocial Network",
|
name: "ESN - Ethersocial Network",
|
||||||
segwitAvailable: false,
|
segwitAvailable: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user