Skip to content

Commit

Permalink
chore(app): update default pyth endpoint env (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
platschi authored Sep 15, 2023
1 parent 4c449cf commit 9bcf051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/queries/rates/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const COMMODITIES_BASE_API_URL =

export const FOREX_BASE_API_URL = 'https://api.exchangerate.host/latest'

export const DEFAULT_PYTH_TV_ENDPOINT = `https://benchmarks.pyth.network/v1/shims/tradingview/history`
export const DEFAULT_PYTH_TV_ENDPOINT = `${process.env.NEXT_PUBLIC_SERVICES_PROXY}/price-history/v1/shims/tradingview/history`

export const NON_CRYPTO_ASSET_TYPES: AssetTypes = {
Metal: ['XAU', 'XAG'],
Expand Down

0 comments on commit 9bcf051

Please sign in to comment.