Skip to content

Commit

Permalink
fix: revert pyth service (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickk137 authored Sep 4, 2024
1 parent 0420449 commit 1d24809
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions liquidity/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ export const SESSION_STORAGE_KEYS = {
};

export const offchainMainnetEndpoint =
process.env.PYTH_MAINNET_ENDPOINT || 'https://hermes.pyth.network/';
process.env.PYTH_MAINNET_ENDPOINT ||
'https://hermes-mainnet.rpc.extrnode.com/9b85d7db-f562-48e2-ab56-79c01f212582';

export const offchainTestnetEndpoint =
process.env.PYTH_TESTNET_ENDPOINT || 'https://hermes.pyth.network/';
process.env.PYTH_TESTNET_ENDPOINT ||
'https://hermes-mainnet.rpc.extrnode.com/9b85d7db-f562-48e2-ab56-79c01f212582';

0 comments on commit 1d24809

Please sign in to comment.