forked from pancakeswap/pancake-frontend
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.development
23 lines (16 loc) · 1.02 KB
/
.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
REACT_APP_CHAIN_ID = "137"
REACT_APP_GTAG = "GTM-PXLD3XW"
# 10+ nodes balanced, US/EU
REACT_APP_NODE_1 = "https://polygon-mainnet.g.alchemy.com/v2/Wi60JHV5bj80NSw9BCvE48Gz5Z-3oajq/"
# 10+ nodes balanced, US/EU
REACT_APP_NODE_2 = "https://rpc-mainnet.matic.network"
# 10+ nodes balanced in each region, global
REACT_APP_NODE_3 = "https://rpc-mainnet.maticvigil.com/"
REACT_APP_NODE_PRODUCTION = "https://polygon-mainnet.g.alchemy.com/v2/Wi60JHV5bj80NSw9BCvE48Gz5Z-3oajq/"
REACT_APP_GRAPH_API_PROFILE = "https://api.thegraph.com/subgraphs/name/pancakeswap/profile"
REACT_APP_GRAPH_API_PREDICTION = "https://api.thegraph.com/subgraphs/name/pancakeswap/prediction-v2"
REACT_APP_GRAPH_API_LOTTERY = "https://api.thegraph.com/subgraphs/name/pancakeswap/lottery"
REACT_APP_GRAPH_API_NFT_MARKET = "https://api.thegraph.com/subgraphs/name/pancakeswap/nft-market"
REACT_APP_SNAPSHOT_BASE_URL = "https://hub.snapshot.org"
REACT_APP_SNAPSHOT_VOTING_API = "https://voting-api.pancakeswap.info/api"
REACT_APP_API_NFT = "https://nft.pancakeswap.com/api/v1"