aboutsummaryrefslogtreecommitdiff
path: root/src/js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2020-02-06 14:58:06 +1100
committerGitHub <noreply@github.com>2020-02-06 14:58:06 +1100
commitc1d6274224e2dcfde76107104d2c397bb487e745 (patch)
tree52043bf4689b80926943d1628d47bd0118ee0e11 /src/js
parentd07983bc1fa691821cc2580ce4490638cee4f630 (diff)
parent9e04576e2f78cd76cf0a3300e3ff14726b19fcf4 (diff)
downloadBIP39-c1d6274224e2dcfde76107104d2c397bb487e745.tar.gz
BIP39-c1d6274224e2dcfde76107104d2c397bb487e745.tar.zst
BIP39-c1d6274224e2dcfde76107104d2c397bb487e745.zip
Merge pull request #393 from ethercore/master
Add EtherCore
Diffstat (limited to 'src/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() {