forked from pancakeswap/pancake-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.test
31 lines (21 loc) · 962 Bytes
/
.env.test
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
REACT_APP_DEFAULT_CHAIN_ID = "42261"
# 10+ nodes bsc balanced, US/EU
REACT_APP_NODE_BSC_1 = "https://bsc-dataseed1.ninicoin.io"
# 10+ nodes bsc balanced, US/EU
REACT_APP_NODE_BSC_2 = "https://bsc-dataseed1.defibit.io"
# 10+ nodes bsc balanced in each region, global
REACT_APP_NODE_BSC_3 = "https://bsc-dataseed.binance.org"
# 1st node testnet bsc
REACT_APP_NODE_BSCT_1 = "https://data-seed-prebsc-1-s1.binance.org:8545/"
# 2nd node testnet bsc
REACT_APP_NODE_BSCT_2 = "https://data-seed-prebsc-2-s1.binance.org:8545/"
# 3rd node testnet bsc
REACT_APP_NODE_BSCT_3 = "https://data-seed-prebsc-1-s2.binance.org:8545/"
# Infura polygon testnet
REACT_APP_NODE_MATICT = "https://polygon-mumbai.infura.io/v3/"
REACT_APP_RPC_URL_MATICT = "https://rpc-mumbai.matic.today"
# AVAX rpc
REACT_APP_RPC_URL_AVAX = "https://api.avax.network/ext/bc/C/rpc"
# AVAX testnet rpc
REACT_APP_RPC_URL_AVAXT = "https://api.avax-test.network/ext/bc/C/rpc"
REACT_APP_INFURA_KEY=""