Skip to content

Commit

Permalink
The project supports the graph protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitardanailov committed Jun 3, 2024
1 parent 37bea88 commit 596bb0f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions apps/website/public/icons/crypto/the-graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/website/src/app/demos/dashboard-trade/db/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export function getCoingeckoRequestParams(): CoingeckoSimplePriceRequest {
Currency.CELESTIA,
Currency.AVALANCHE,
Currency.INJECTIVE,
Currency.GRAPH_PROTOCOL,
]

return {
Expand Down
1 change: 1 addition & 0 deletions apps/website/src/enums/CoingeckoCryptoCurrency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ enum CoingeckoCryptoCurrency {
CELESTIA = 'celestia',
AVALANCHE = 'avalanche-2',
INJECTIVE = 'injective-protocol',
GRAPH_PROTOCOL = 'the-graph',
}

export default CoingeckoCryptoCurrency

0 comments on commit 596bb0f

Please sign in to comment.