-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
57 lines (44 loc) · 1.6 KB
/
.env.example
File metadata and controls
57 lines (44 loc) · 1.6 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# for supporting of domain agnostic
SELF_ORIGIN=https://stvaults.lido.fi
ROOT_ORIGIN=https://lido.fi
DOCS_ORIGIN=https://docs.lido.fi
HELP_ORIGIN=https://help.lido.fi
RESEARCH_ORIGIN=https://research.lido.fi
# EL_RPC_URLS_{CHAIN_ID} list or URLs delimeted by commas, first entry is primary, else are fallbacks
EL_RPC_URLS_1=
EL_RPC_URLS_560048=
EL_RPC_URLS_11155111=
# IPFS prefill RPC URLs - list of URLs delimited by commas
PREFILL_UNSAFE_EL_RPC_URLS_1=
PREFILL_UNSAFE_EL_RPC_URLS_560048=
PREFILL_UNSAFE_EL_RPC_URLS_11155111=
# supported networks for connecting wallet
SUPPORTED_CHAINS=560048
# this chain uses when a wallet is not connected
DEFAULT_CHAIN=560048
# if you don't need the 'devnet' then leave empty
DEVNET_OVERRIDES=560048:hoodi
# for devnet
# DEVNET_OVERRIDES=11155111:sepolia-public-devnet,560048:hoodi-public-devnet
# vaults API url
VAULTS_API_BASE_PATH=https://*.lido.fi
# 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
CSP_REPORT_URI=https://vaults.lido.fi/api/csp-report
# allow some state overrides from browser console for QA
ENABLE_QA_HELPERS=false
# rate limit
RATE_LIMIT=120
RATE_LIMIT_TIME_FRAME=60
# Matomo analytics (in future will be MATOMO_HOST)
MATOMO_URL=
# WalletConnect project ID
WALLETCONNECT_PROJECT_ID=
# JSON file with blocked addresses
VALIDATION_FILE_PATH=./validation.json.example
# Validation API (used by the /api/validation proxy endpoint)
VALIDATION_SERVICE_BASE_PATH=