Skip to content

Commit 9cfe969

Browse files
committed
reverse config
1 parent 8b70acc commit 9cfe969

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// TODO: remove once env variables are added to vercel.
2-
export const LOOPRING_SUBGRAPH = 'https://api.thegraph.com/subgraphs/name/loopring/loopring'
3-
// process.env.NEXT_PUBLIC_SUBGRAPH_ENDPOINT ??
4-
// 'https://gateway.thegraph.com/api/294a874dfcbae25bcca653a7f56cfb63/subgraphs/id/7QP7oCLbEAjejkp7wSLTD1zbRMSiDydAmALksBB5E6i1';
2+
export const LOOPRING_SUBGRAPH =
3+
process.env.NEXT_PUBLIC_SUBGRAPH_ENDPOINT ??
4+
'https://gateway.thegraph.com/api/294a874dfcbae25bcca653a7f56cfb63/subgraphs/id/7QP7oCLbEAjejkp7wSLTD1zbRMSiDydAmALksBB5E6i1';
55
export const EXPLORER_URL = 'https://etherscan.io/';
66
export const INFURA_ENDPOINT =
77
process.env.NEXT_PUBLIC_INFURA_ENDPOINT ?? 'https://mainnet.infura.io/v3/873030883ea1405898041be94ab2bfd5';

0 commit comments

Comments
 (0)