File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export const LOOPRING_SUBGRAPH =
44 'https://api.thegraph.com/subgraphs/name/loopring/loopring' ;
55export const EXPLORER_URL = 'https://etherscan.io/' ;
66export const INFURA_ENDPOINT =
7- process . env . NEXT_PUBLIC_INFURA_ENDPOINT ?? 'https://mainnet.infura .io/v3/873030883ea1405898041be94ab2bfd5 ' ;
7+ process . env . NEXT_PUBLIC_INFURA_ENDPOINT ?? 'https://mainneteth.loopring .io' ;
88export const UNISWAP_SUBGRAPH = 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v2' ;
99export const LOOPRING_API = 'https://api3.loopring.io/api/v3/' ;
1010export const apiEndpointByTxType = {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export interface NFTInfo {
88 nftType : number
99}
1010
11- export const IPFS_URL = 'https://ipfs.loopring1 .io/ipfs/' ;
11+ export const IPFS_URL = 'https://ipfs.loopring .io/ipfs/' ;
1212export const FALLBACK_IPFS_URL = 'https://ipfs.io/ipfs/' ;
1313
1414// Two caches need to maintained
You can’t perform that action at this time.
0 commit comments