forked from lidofinance/csm-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
83 lines (61 loc) · 1.92 KB
/
.env.example
File metadata and controls
83 lines (61 loc) · 1.92 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# RPC API urls by network
# 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=
# IPFS prefill RPC URLs - list of URLs delimited by commas
PREFILL_UNSAFE_EL_RPC_URLS_1=
PREFILL_UNSAFE_EL_RPC_URLS_560048=
# CL API urls by network
# CL_API_URLS_{CHAIN_ID} list or URLs delimeted by commas, first entry is primary, else are fallbacks
CL_API_URLS_1=
CL_API_URLS_560048=
# MAINTENANCE mode
MAINTENANCE=
# supported networks for connecting wallet
SUPPORTED_CHAINS=1
# 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
CSP_REPORT_URI=http://localhost/api/csp-report
# rate limit
RATE_LIMIT=60
RATE_LIMIT_TIME_FRAME=60
# Matomo analytics (in future will be MATOMO_HOST)
MATOMO_URL=
# WalletConnect project ID
WALLETCONNECT_PROJECT_ID=
# ETH Stake Widget API for IPFS mode
WIDGET_API_BASE_PATH_FOR_IPFS=
# EthSeer API
ETHSEER_API_URL=https://monitoreth.io/data-api/api/eth/v1/beacon/consensus/lido/csm/participation_rate
ETHSEER_API_TOKEN=
# CSM SDK API URLs
KEYS_API_URL=
FEES_MONITORING_API_URL=
# -------- Environment variables for tests --------
# testnet, prod, staging, preview, local
STAND_TYPE=
# Default wallet with node operator
WALLET_SECRET_PHRASE=
# Full empty wallet
EMPTY_SECRET_PHRASE=
# Wallet with empty node operator
EMPTY_NODE_SECRET_PHRASE=
WALLET_PASSWORD=
# RPC url directly
RPC_URL=
# All credentianals for run tests on preview stand
PREVIEW_STAND_URL=
PREVIEW_STAND_LOGIN=
PREVIEW_STAND_PASSWORD=
# Refuse CF blocks for tests
REFUSE_CF_BLOCK_NAME=
REFUSE_CF_BLOCK_VALUE=
# Forked tests settings
USE_FORK= # true | false
JUST_DIR= # Example: /Users/<user>/community-staking-module