Skip to content

Commit

Permalink
Merge pull request #3192 from froooze/patch-9
Browse files Browse the repository at this point in the history
Remove SPARKDEX and BRIDGE
  • Loading branch information
Stefan Schießl committed Feb 20, 2020
2 parents 27977f1 + 84b454d commit 5be766e
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions app/branding.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,17 +201,6 @@ export function getMyMarketsQuotes() {
"RUDEX.SMOKE",
"RUDEX.GRC"
],
sparkTokens: [
"ZEPH",
"PEG.PHP",
"SPARKDEX.ETH",
"SPARKDEX.BTC",
"SPARKDEX.HKD",
"SPARKDEX.SGD",
"SPARKDEX.AUD",
"SPARKDEX.EUR",
"SPARKDEX.GBP"
],
xbtsxTokens: [
"XBTSX.STH",
"XBTSX.POST",
Expand Down Expand Up @@ -355,18 +344,7 @@ export function getFeaturedMarkets(quotes = []) {
["BTS", "RUDEX.SMOKE"],
["BTS", "XBTSX.STH"],
["BTS", "XBTSX.WAVES"],
["BTS", "ZEPH"],
["BTS", "HERTZ"],
["BTS", "SPARKDEX.BTC"],
["BTS", "SPARKDEX.ETH"],
["BTS", "SPARKDEX.HKD"],
["SPARKDEX.HKD", "SPARKDEX.BTC"],
["SPARKDEX.HKD", "SPARKDEX.ETH"],
["BTS", "SPARKDEX.SGD"],
["BTS", "SPARKDEX.AUD"],
["BTS", "SPARKDEX.EUR"],
["BTS", "SPARKDEX.GBP"],
["BTS", "PEG.PHP"]
].filter(a => {
if (!quotes.length) return true;
return quotes.indexOf(a[0]) !== -1;
Expand All @@ -385,10 +363,8 @@ export function getAssetNamespaces() {
return [
"OPEN.",
"RUDEX.",
"BRIDGE.",
"GDEX.",
"XBTSX.",
"SPARKDEX.",
"CITADEL."
];
}
Expand All @@ -412,10 +388,8 @@ export function allowedGateway(gateway) {
"TRADE",
"OPEN",
"RUDEX",
"BRIDGE",
"GDEX",
"XBTSX",
"SPARKDEX",
"CITADEL"
];
if (!gateway) {
Expand Down

0 comments on commit 5be766e

Please sign in to comment.