31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
# REACT_APP_CHAIN_ID = "97"
|
|
REACT_APP_CHAIN_ID = "5"
|
|
REACT_APP_GTAG = "GTM-PXLD3XW"
|
|
|
|
# 10+ nodes balanced, US/EU
|
|
# REACT_APP_NODE_1 = "https://data-seed-prebsc-1-s1.binance.org:8545"
|
|
REACT_APP_NODE_1 = "https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
|
|
|
|
# 10+ nodes balanced, US/EU
|
|
# REACT_APP_NODE_2 = "https://data-seed-prebsc-1-s1.binance.org:8545"
|
|
REACT_APP_NODE_2 = "https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
|
|
|
|
# 10+ nodes balanced in each region, global
|
|
# REACT_APP_NODE_3 = "https://data-seed-prebsc-1-s1.binance.org:8545"
|
|
REACT_APP_NODE_3 = "https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
|
|
|
|
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"
|
|
REACT_APP_GRAPH_API_LOTTERY = "https://api.thegraph.com/subgraphs/name/pancakeswap/lottery"
|
|
|
|
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_REQUEST_URL = 'http://192.253.237.94:9090'
|
|
REACT_APP_REQUEST_URL = 'http://101.35.117.69:9090'
|
|
# REACT_APP_REQUEST_URL = 'http://192.168.2.147:8080'
|
|
# REACT_APP_REQUEST_URL = 'http://192.168.2.:8080'
|
|
# REACT_APP_REQUEST_URL = 'http://6o7g1fv83e.51xd.pub'
|