forked from hopperlabsxyz/lagoon-v0
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.deploy.example
More file actions
87 lines (59 loc) · 2.06 KB
/
.env.deploy.example
File metadata and controls
87 lines (59 loc) · 2.06 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
84
85
86
87
# This env file is meant to be used for deployments
# How to use: `cp .env.deploy.example .env.deploy`
# ==================================================================== #
# FORGE #
# ==================================================================== #
# Deployer infos
# DO NOT use in prod 🙂
# The vault version to deploy
VERSION_TAG="v0.5.0"
SENDER=
PRIVATE_KEY=
# ==================================================================== #
# CHAIN #
# ==================================================================== #
CHAIN_ID=1
# Endpoint used for local fork
FORK_RPC_URL=
# Replace with mainnet rpc for production deployments
RPC_URL=http://local-fork:8545
# Expected if you want to verify contracts on block explorers
ETHERSCAN_API_KEY=
# ==================================================================== #
# VAULT #
# ==================================================================== #
# Vault share name
NAME=
# Vault share symbol
SYMBOL=
# vault underlying address (USDC address for example)
UNDERLYING=
# wrapped native token address (WETH address on mainnet for example)
WRAPPED_NATIVE_TOKEN=
# Protocol address for fee rates
FEE_REGISTRY=
# Address responsible for code upgrades
BEACON_OWNER=
# Address known after beacon is deployed
BEACON=
# if true, only whitelisted users can deposit
ENABLE_WHITELIST=false
## Fees ##
# basis points = 10_000
# 0%
MANAGEMENT_RATE=0
# 10%
PERFORMANCE_RATE=1000
# amount of time before a fee rate update takes effect (in second)
RATE_UPDATE_COOLDOWN=0
## Roles ##
# vault owner
ADMIN=
# asset custody address (it is expected to be a Gnosis Safe but it is not mandatory)
SAFE=
# which address receives vault's management and performance fees
FEE_RECEIVER=
# Responsible for vault total assets updates
VALUATION_MANAGER=
# not needed if ENABLE_WHITELIST is set to false
WHITELIST_MANAGER=0x0000000000000000000000000000000000000000