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 992ef6d commit 8b70accCopy full SHA for 8b70acc
utils/config.ts
@@ -1,5 +1,5 @@
1
// TODO: remove once env variables are added to vercel.
2
-export const LOOPRING_SUBGRAPH = 'https://api.thegraph.com/subgraphs/name/juanmardefago/loopring36'
+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';
5
export const EXPLORER_URL = 'https://etherscan.io/';
0 commit comments