aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js9
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() {