Skip to content

Commit

Permalink
aevo on front
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptohazard committed Nov 6, 2023
1 parent 9dbdd81 commit b462ca8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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", "Thalex", "Lyra::Arbitrum", "Lyra::Optimism", "Synquote", "Zeta"]) {
rows(providers: ["Delta Exchange", "Deribit", "Thalex", "Aevo", "Lyra::Arbitrum", "Lyra::Optimism", "Synquote", "Zeta"]) {
date
expiry
provider
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/const/filter_presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const filterPresets: Record<string, any> = {
'DEXes': {
assets: { 'defaultValue': true },
providers: {
'defaultValue': false, 'Lyra::Optimism': true, 'Lyra::Arbitrum': true,
'defaultValue': false, 'Aevo': true,
'Lyra::Optimism': true, 'Lyra::Arbitrum': true,
'Thales::Polygon': true, 'Thales::Arbitrum': true, 'Thales::Optimism': true,
'Thales::Bsc': true, 'Synquote': true, 'Zeta': true
}
Expand Down

0 comments on commit b462ca8

Please sign in to comment.