diff options
author | EtherCore Contributor <info@ethercore.org> | 2020-01-02 00:45:48 +0900 |
---|---|---|
committer | EtherCore Contributor <info@ethercore.org> | 2020-01-02 00:45:48 +0900 |
commit | 8131a0711504451fa46551e0074f519215d68310 (patch) | |
tree | a5f42375294597f5ed53ef6d4c1ec1d6544fd453 /src | |
parent | 181b5d61e308bc6b6371e753f8ac5817755c01be (diff) | |
download | BIP39-8131a0711504451fa46551e0074f519215d68310.tar.gz BIP39-8131a0711504451fa46551e0074f519215d68310.tar.zst BIP39-8131a0711504451fa46551e0074f519215d68310.zip |
Add EtherCore
Diffstat (limited to 'src')
-rw-r--r-- | src/js/index.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js index 92772f6..62bab81 100644 --- a/src/js/index.js +++ b/src/js/index.js | |||
@@ -1838,6 +1838,7 @@ | |||
1838 | || (name == "ELLA - Ellaism") | 1838 | || (name == "ELLA - Ellaism") |
1839 | || (name == "ESN - Ethersocial Network") | 1839 | || (name == "ESN - Ethersocial Network") |
1840 | || (name == "VET - VeChain") | 1840 | || (name == "VET - VeChain") |
1841 | || (name == "ERE - EtherCore") | ||
1841 | } | 1842 | } |
1842 | 1843 | ||
1843 | function networkHasSegwit() { | 1844 | function networkHasSegwit() { |
@@ -2418,6 +2419,14 @@ | |||
2418 | }, | 2419 | }, |
2419 | }, | 2420 | }, |
2420 | { | 2421 | { |
2422 | name: "ERE - EtherCore", | ||
2423 | segwitAvailable: false, | ||
2424 | onSelect: function() { | ||
2425 | network = libs.bitcoin.networks.bitcoin; | ||
2426 | setHdCoin(466); | ||
2427 | }, | ||
2428 | }, | ||
2429 | { | ||
2421 | name: "ESN - Ethersocial Network", | 2430 | name: "ESN - Ethersocial Network", |
2422 | segwitAvailable: false, | 2431 | segwitAvailable: false, |
2423 | onSelect: function() { | 2432 | onSelect: function() { |