-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
43 lines (33 loc) · 1012 Bytes
/
.env.example
File metadata and controls
43 lines (33 loc) · 1012 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
39
40
DEPLOYMENT_PRIVATE_KEY=0x
NETWORK_NAME=bokuto
# RPC_URL=https://base-sepolia.g.alchemy.com/v2/E9LWD32GvGvBoNXBcilg7XnjT5riUXjg
# RPC_URL=https://rpc.tatara.katanarpc.com
RPC_URL=https://rpc-bokuto.katanarpc.com
ETHERSCAN_API_KEY=
VERIFIER= # etherscan, blockscout
VERIFIER_URL= # leave empty if verifier is etherscan.
### ve governance config
MIN_APPROVALS=1
FEE_PERCENT=1
COOLDOWN_PERIOD=1
MIN_LOCK_DURATION=1
VOTING_PAUSED=false
MIN_DEPOSIT=1
LINEAR_COEFFICIENT=0
CONSTANT_COEFFICIENT=1000000000000000000 # 1e18 multiplier that helps with divisions.
MAX_EPOCHS=0
SIMPLE_GAUGE_VOTER_REPO_ENS_SUBDOMAIN=
### The script uses factory that deploys dao + multisig + ve-governance together.
### The below are details of which multisig to attach to the dao.
MULTISIG_PLUGIN_REPO_ADDRESS=
MULTISIG_PLUGIN_RELEASE=1
MULTISIG_PLUGIN_BUILD=3
MULTISIG_METADATA_URI="ipfs://"
### osx addresses
DAO_FACTORY=
PLUGIN_SETUP_PROCESSOR=
PLUGIN_REPO_FACTORY=
EXECUTOR=
### other
MERKL_DISTRIBUTOR=
MINT_TEST_TOKENS=true