mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-05-24 17:44:44 +00:00
@@ -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,
|
||||||
|
|||||||
@@ -1635,6 +1635,13 @@ it('Allows selection of Thought', function(done) {
|
|||||||
};
|
};
|
||||||
testNetwork(done, params);
|
testNetwork(done, params);
|
||||||
});
|
});
|
||||||
|
it('Allows selection of EtherCore', function(done) {
|
||||||
|
var params = {
|
||||||
|
selectText: "ERE - EtherCore",
|
||||||
|
firstAddress: "0xDeeAD0297F06dfe6c7Ad0C1D0CF5B06D6047bEEe",
|
||||||
|
};
|
||||||
|
testNetwork(done, params);
|
||||||
|
});
|
||||||
|
|
||||||
// BIP39 seed is set from phrase
|
// BIP39 seed is set from phrase
|
||||||
it('Sets the bip39 seed from the prhase', function(done) {
|
it('Sets the bip39 seed from the prhase', function(done) {
|
||||||
|
|||||||
Reference in New Issue
Block a user