-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
30 lines (18 loc) · 920 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
REACT_APP_MINIMUM_PLAY_FOR_REWARD = 10
# 10+ nodes balanced, US/EU
REACT_APP_NODE_1 = "https://bsc-dataseed1.ninicoin.io"
# 10+ nodes balanced, US/EU
REACT_APP_NODE_2 = "https://bsc-dataseed1.defibit.io"
# 10+ nodes balanced in each region, global
REACT_APP_NODE_3 = "https://bsc-dataseed.binance.org"
REACT_APP_CHAIN_ID = 56
REACT_APP_FIREBASE_API_KEY= "AIzaSyAdgW-njHXgO7_w6kabV4VoLWZCwS66Sho"
REACT_APP_FIREBASE_AUTH_DOMAIN= "front-demo-fa538.firebaseapp.com"
REACT_APP_FIREBASE_PROJECT_ID= "front-demo-fa538"
REACT_APP_FIREBASE_STORAGE_BUCKET= "front-demo-fa538.appspot.com"
REACT_APP_FIREBASE_MESSAGING_SENDER_ID= "486902189310"
REACT_APP_FIREBASE_APP_ID= "1:486902189310:web:d1d08afd7b31dc5435a9af"
# REACT_APP_FIREBASE_MEASUREMENT_ID= "G-VGTRXDFQPN"
REACT_APP_API_KEY= "025924b7-1692-447a-bcee-184617c59aa5"
#REACT_APP_API_URL= "http://localhost:29926"
REACT_APP_API_URL= "https://146.19.207.111:443"