mars-v2-frontend/src/constants/pyth.ts
2024-01-25 14:30:01 +01:00

5 lines
178 B
TypeScript

export const pythEndpoints = {
api: process.env.NEXT_PUBLIC_PYTH_API ?? 'https://hermes.pyth.network/api',
candles: 'https://benchmarks.pyth.network/v1/shims/tradingview',
}