-
Notifications
You must be signed in to change notification settings - Fork 34
/
.env
31 lines (23 loc) · 818 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
31
# https://{NETWORK}.infura.io/v3/{INFURA_API_KEY}
INFURA_API_KEY=
# https://eth-{NETWORK}.alchemyapi.io/v2/{ALCHEMY_API_KEY}
ALCHEMY_API_KEY=
# RPC API urls by network
# they have priority over providers above
API_PROVIDER_URL_1=
API_PROVIDER_URL_4=
API_PROVIDER_URL_5=
# supported networks for connecting wallet
SUPPORTED_CHAINS=1,4,5
# this chain uses when a wallet is not connected
DEFAULT_CHAIN=1
# comma-separated trusted hosts for Content Security Policy
# e.g. http://localhost:PORT for local development
CSP_TRUSTED_HOSTS=https://*.lido.fi
# put "true" enable report only mode for CSP
CSP_REPORT_ONLY=true
# api endpoint for reporting csp violations
# for prod and dev use https and real domain
CSP_REPORT_URI=http://localhost/api/csp-report
# Matomo analytics
MATOMO_HOST='https://matomo.testnet.fi/'