forked from lidofinance/dual-governance
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (27 loc) · 840 Bytes
/
Copy path.env.example
File metadata and controls
39 lines (27 loc) · 840 Bytes
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
# ----
# DEPLOY SCRIPT VARIABLES
# ----
RPC_URL=
ETHERSCAN_API_KEY=
DEPLOYER_ACCOUNT=
DEPLOYER_ADDRESS=
DEPLOY_CONFIG_FILE_NAME=deploy-config.toml # in the deploy-config folder
TIMELOCKED_GOVERNANCE_CONFIG_FILE_NAME=tg-config.toml # in the deploy-config folder
# ----
# TESTING RPC VARIABLES
# ----
MAINNET_RPC_URL=
MAINNET_FORK_BLOCK_NUMBER=latest
HOODI_RPC_URL=
HOODI_FORK_BLOCK_NUMBER=latest
HOLESKY_RPC_URL=
HOLESKY_FORK_BLOCK_NUMBER=latest
# ----
# REGRESSION TESTS CONFIGURATION VARIABLES
# ----
GRANT_REQUIRED_PERMISSIONS=true
RUN_SOLVENCY_SIMULATION_TEST=false
ENABLE_REGRESSION_TEST_COMPLETE_RAGE_QUIT=false
DEPLOY_ARTIFACT_FILE_NAME=deploy-artifact-mainnet.toml
REGRESSION_TEST_COMPLETE_RAGE_QUIT_STETH_VETOERS_FILENAME=steth_vetoers.json
REGRESSION_TEST_COMPLETE_RAGE_QUIT_WSTETH_VETOERS_FILENAME=wsteth_vetoers.json