Skip to content

Commit

Permalink
[limit] networks -> exchangeRates
Browse files Browse the repository at this point in the history
  • Loading branch information
dfkadyr-stakewise committed Jan 27, 2025
1 parent 8b228d7 commit 8a82748
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import type { CodegenConfig } from '@graphql-codegen/cli'
import { Network } from './src/utils/enums'
import configs from './src/utils/configs'

// TODO change
let network: Network = Network.Mainnet

let network: Network = Network.Holesky

if (process.env.NETWORK === 'mainnet') {
network = Network.Mainnet
Expand Down
2 changes: 1 addition & 1 deletion src/graphql/subgraph/stats/fiatRatesQuery.graphql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
query FiatRates {
networks {
exchangeRates {
assetsUsdRate
usdToEurRate
usdToGbpRate
Expand Down

0 comments on commit 8a82748

Please sign in to comment.