Skip to content

Commit

Permalink
update endpoint (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmzwar authored Aug 6, 2024
1 parent 7f85c4f commit 3ed166a
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 @@ -42,7 +42,9 @@ export const SESSION_STORAGE_KEYS = {
};

export const offchainMainnetEndpoint =
process.env.PYTH_MAINNET_ENDPOINT || 'https://synthetixab.rpc.p2p.world/';
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://synthetixab.rpc.p2p.world/';
process.env.PYTH_TESTNET_ENDPOINT ||
'https://hermes-mainnet.rpc.extrnode.com/9b85d7db-f562-48e2-ab56-79c01f212582';

0 comments on commit 3ed166a

Please sign in to comment.