-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.development
36 lines (27 loc) · 1.07 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
24
25
26
27
28
29
30
31
32
33
34
PORT = 3001
# BNB_mainnet
#REACT_APP_CHAIN_ID = "56"
#REACT_APP_NODE_1 = "https://bsc-dataseed.binance.org"
#REACT_APP_NODE_2 = "https://bsc-dataseed.binance.org"
#REACT_APP_NODE_3 = "https://bsc-dataseed.binance.org"
# BNB_testnet
REACT_APP_CHAIN_ID = "97"
REACT_APP_NODE_1 = "https://data-seed-prebsc-1-s1.binance.org:8545/"
REACT_APP_NODE_2 = "https://data-seed-prebsc-1-s3.binance.org:8545/"
REACT_APP_NODE_3 = "https://data-seed-prebsc-1-s2.binance.org:8545/"
# BNB_testnet
REACT_APP_BNB_TEST_CHAIN_ID = "97"
REACT_APP_BNB_NODE_1 = "https://data-seed-prebsc-1-s1.binance.org:8545/"
REACT_APP_BNB_NODE_2 = "https://data-seed-prebsc-1-s3.binance.org:8545/"
REACT_APP_BNB_NODE_3 = "https://data-seed-prebsc-1-s2.binance.org:8545/"
#fantom_mainnet
REACT_APP_FTM_CHAIN_ID = "250"
REACT_APP_FTM_NODE_1 = "https://rpc.ftm.tools"
#fantom_testnet
REACT_APP_FTM_TEST_CHAIN_ID = "4002"
REACT_APP_FTM_TEST_NODE_1 = "https://rpc.testnet.fantom.network/"
#To toggle network
REACT_APP_BINANCE_CHAIN_ID ="97"
REACT_APP_FANTOM_CHAIN_ID ="4002"
ESLINT_NO_DEV_ERRORS=true
GENERATE_SOURCEMAP=false