We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76208a5 commit b9ff723Copy full SHA for b9ff723
utils/config.ts
@@ -4,9 +4,7 @@ export const LOOPRING_SUBGRAPH =
4
'https://api.thegraph.com/subgraphs/name/loopring/loopring';
5
export const EXPLORER_URL = 'https://etherscan.io/';
6
export const INFURA_ENDPOINT =
7
- process.env.NEXT_PUBLIC_INFURA_ENDPOINT
8
- ? process.env.NEXT_PUBLIC_INFURA_ENDPOINT
9
- : window.location === '' ? 'https://mainnet.infura.io/v3/873030883ea1405898041be94ab2bfd5';
+ process.env.NEXT_PUBLIC_INFURA_ENDPOINT ?? 'https://mainnet.infura.io/v3/873030883ea1405898041be94ab2bfd5';
10
export const UNISWAP_SUBGRAPH = 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v2';
11
export const LOOPRING_API = 'https://api3.loopring.io/api/v3/';
12
export const apiEndpointByTxType = {
0 commit comments