Skip to content

Commit

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

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

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

0 comments on commit 3cf18c0

Please sign in to comment.