aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2020-10-02 11:25:17 +1000
committerGitHub <noreply@github.com>2020-10-02 11:25:17 +1000
commit42e00ef56a00c304090c54ef05ff1fc0dcb148b6 (patch)
treeaf7707b6885c06794179a7041828a9b3ceccb87c /src
parent8dbf7d5837949c56c3c2824cd5382068e439af17 (diff)
parent995bc58791ddbb59e9b3d0d75c11c1c058e24071 (diff)
downloadBIP39-42e00ef56a00c304090c54ef05ff1fc0dcb148b6.tar.gz
BIP39-42e00ef56a00c304090c54ef05ff1fc0dcb148b6.tar.zst
BIP39-42e00ef56a00c304090c54ef05ff1fc0dcb148b6.zip
Merge pull request #442 from mvillalba/master
Add Binance Smart Chain (BSC) support
Diffstat (limited to 'src')
-rw-r--r--src/js/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index b070006..dc24963 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1887,6 +1887,7 @@
1887 || (name == "ESN - Ethersocial Network") 1887 || (name == "ESN - Ethersocial Network")
1888 || (name == "VET - VeChain") 1888 || (name == "VET - VeChain")
1889 || (name == "ERE - EtherCore") 1889 || (name == "ERE - EtherCore")
1890 || (name == "BSC - Binance Smart Chain")
1890 } 1891 }
1891 1892
1892 function networkIsRsk() { 1893 function networkIsRsk() {
@@ -2233,6 +2234,13 @@
2233 }, 2234 },
2234 }, 2235 },
2235 { 2236 {
2237 name: "BSC - Binance Smart Chain",
2238 onSelect: function() {
2239 network = libs.bitcoin.networks.bitcoin;
2240 setHdCoin(60);
2241 },
2242 },
2243 {
2236 name: "BSV - BitcoinSV", 2244 name: "BSV - BitcoinSV",
2237 onSelect: function() { 2245 onSelect: function() {
2238 network = libs.bitcoin.networks.bitcoinsv; 2246 network = libs.bitcoin.networks.bitcoinsv;