-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.development
More file actions
14 lines (10 loc) · 821 Bytes
/
.env.development
File metadata and controls
14 lines (10 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
NEXT_PUBLIC_GTAG = "GTM-PXLD3XW"
NEXT_PUBLIC_GRAPH_API_PROFILE = "https://api.thegraph.com/subgraphs/name/pancakeswap/profile"
NEXT_PUBLIC_GRAPH_API_PREDICTION_BNB = "https://api.thegraph.com/subgraphs/name/pancakeswap/prediction-v2"
NEXT_PUBLIC_GRAPH_API_PREDICTION_CAKE = "https://api.thegraph.com/subgraphs/name/pancakeswap/prediction-cake"
NEXT_PUBLIC_GRAPH_API_LOTTERY = "https://api.thegraph.com/subgraphs/name/pancakeswap/lottery"
NEXT_PUBLIC_GRAPH_API_NFT_MARKET = "https://api.thegraph.com/subgraphs/name/pancakeswap/nft-market"
NEXT_PUBLIC_GRAPH_API_POTTERY = "https://api.thegraph.com/subgraphs/name/pancakeswap/pottery"
NEXT_PUBLIC_SNAPSHOT_BASE_URL = "https://testnet.snapshot.org"
NEXT_PUBLIC_API_NFT = "https://nft.pancakeswap.com/api/v1"
NEXT_PUBLIC_BIT_QUERY_ENDPOINT = "https://graphql.bitquery.io"