-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.development
21 lines (15 loc) · 1 KB
/
.env.development
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
REACT_APP_CHAIN_ID = "56"
REACT_APP_GTAG = "GTM-PXLD3XW"
# 10+ nodes balanced, US/EU
REACT_APP_NODE_1 = "https://speedy-nodes-nyc.moralis.io/cc1b6c564f1bb3638d32ffd7/bsc/mainnet"
# 10+ nodes balanced, US/EU
REACT_APP_NODE_2 = "https://speedy-nodes-nyc.moralis.io/cc1b6c564f1bb3638d32ffd7/bsc/mainnet"
# 10+ nodes balanced in each region, global
REACT_APP_NODE_3 = "https://speedy-nodes-nyc.moralis.io/cc1b6c564f1bb3638d32ffd7/bsc/mainnet"
REACT_APP_GRAPH_API_PROFILE = "https://api.thegraph.com/subgraphs/name/nsavdex/profile"
REACT_APP_GRAPH_API_PREDICTION = "https://api.thegraph.com/subgraphs/name/nsavdex/prediction-v2"
REACT_APP_GRAPH_API_LOTTERY = "https://api.thegraph.com/subgraphs/name/nsavdex/lottery"
REACT_APP_GRAPH_API_NFT_MARKET = "https://api.thegraph.com/subgraphs/name/nsavdex/nft-market"
REACT_APP_SNAPSHOT_BASE_URL = "https://testnet.snapshot.org"
REACT_APP_SNAPSHOT_VOTING_API = "https://xtjyd0liqe.execute-api.ap-northeast-1.amazonaws.com/dev/api"
REACT_APP_API_NFT = "https://nft.nsavdex.io/api/v1"