forked from pancakeswap/pancake-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.development
23 lines (16 loc) · 951 Bytes
/
.env.development
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
NEXT_PUBLIC_CHAIN_ID = "1000"
NEXT_PUBLIC_GTAG = "GTM-PXLD3XW"
# 10+ nodes balanced, US/EU
NEXT_PUBLIC_NODE_1 = "http://192.168.1.222:8545"
# 10+ nodes balanced, US/EU
NEXT_PUBLIC_NODE_2 = "http://192.168.1.222:8545"
# 10+ nodes balanced in each region, global
NEXT_PUBLIC_NODE_3 = "http://192.168.1.222:8545"
NEXT_PUBLIC_NODE_PRODUCTION = "http://192.168.1.222:8545"
NEXT_PUBLIC_GRAPH_API_PROFILE = "https://api.thegraph.com/subgraphs/name/pancakeswap/profile"
NEXT_PUBLIC_GRAPH_API_PREDICTION = "https://api.thegraph.com/subgraphs/name/pancakeswap/prediction-v2"
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_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"