Skip to content

Commit fe4cb56

Browse files
committed
update url
1 parent 6f907df commit fe4cb56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const LOOPRING_SUBGRAPH =
44
'https://api.thegraph.com/subgraphs/name/loopring/loopring';
55
export const EXPLORER_URL = 'https://etherscan.io/';
66
export 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';
88
export const UNISWAP_SUBGRAPH = 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v2';
99
export const LOOPRING_API = 'https://api3.loopring.io/api/v3/';
1010
export const apiEndpointByTxType = {

utils/nft.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/';
1212
export const FALLBACK_IPFS_URL = 'https://ipfs.io/ipfs/';
1313

1414
// Two caches need to maintained

0 commit comments

Comments
 (0)