Skip to content

Commit

Permalink
prepare frontend for thalex
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptohazard committed Aug 25, 2023
1 parent 024b498 commit eaa328b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/api/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// SPDX-License-Identifier: MIT

const classicOptionsQuery = `{
rows(providers: ["Delta Exchange", "Deribit","Lyra::Arbitrum", "Lyra::Optimism", "Synquote", "Zeta"]) {
rows(providers: ["Delta Exchange", "Deribit", "Thalex", "Lyra::Arbitrum", "Lyra::Optimism", "Synquote", "Zeta"]) {
date
expiry
provider
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/const/filter_presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const filterPresets: Record<string, any> = {
},
'CEXes': {
assets: { 'defaultValue': true },
providers: { 'defaultValue': false, 'Deribit': true, 'Delta Exchange': true }
providers: { 'defaultValue': false, 'Deribit': true, 'Delta Exchange': true, 'Thalex': true }
},
'DEXes': {
assets: { 'defaultValue': true },
Expand All @@ -53,14 +53,14 @@ const filterPresets: Record<string, any> = {
'SOL': {
assets: { 'defaultValue': false, 'SOL': true },
providers: { 'defaultValue': true },
},//TODO separate L1 & L2
},
'L1 tokens': {
assets: {
'defaultValue': false, 'BTC': true, 'ETH': true, 'SOL': true,
'TRX': true, 'LTC': true, 'BNB': true,
},
providers: { 'defaultValue': true },
},//TODO separate L1 & L2
},
'L2 tokens': {
assets: {
'defaultValue': false,
Expand Down

0 comments on commit eaa328b

Please sign in to comment.