forked from web3-demo/vault
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
28 lines (21 loc) · 1.21 KB
/
.env.example
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
# IMPORTANT
DEPLOYMENT_CONFIG = <INSERT_DEPLOYMENT_MODE_HERE> # Should be either "DEVELOPMENT" or "PRODUCTION"
# IMPORTANT
PRIVATE_KEY = <INSERT_PRIVATE_KEY> # Private key of the account to be used for deploying
ALCHEMY_API_KEY=<INSERT_KEY_HERE> # should be an ethereum a mainnet application key
SWETH_CONTRACT_ADDRESS = <swETH address>
VAULT_TOKEN_SYMBOL = <Symbol>
VAULT_TOKEN_NAME = <Token name>
BALANCER_POOL_ADDRESS = <Balancer Pool Address> # swETH - wETH pool
BALANCER_VAULT_CONTRACT_ADDRESS = <Balancer Vault Address> # Balancer Vault address
BALANCER_POOL_NAME = <Balancer Pool Name> # Balancer pool name for deployment during production
BALANCER_POOL_SYMBOL = <Balancer Pool Symbol> # Balancer pool symbol for deployment during production
BALANCER_LAG = 15 # 15 %
AURA_BASE_REWARD_POOL_4626= <Aura swETH Stable Pool Aura Deposit Vault Address>
UNISWAP_POOL_FEE = <Uniswap v3 pool fee>
UNISWAP_POOL_ADDRESS = <Uniswap v3 pool address> # swETH - wETH pool
TICK_LOWER = <target lower tick>
TICK_UPPER = <target upper tick>
IZUMI_LIQUID_BOX= <Izumi Liquid Box Address>
PLATFORM_FEE = 1 # 1% platform fee for extra reward tokens in Izumi and Aura Vaults
SWELL_UNISWAP_LIBRARY= "" # The deployed Swell Uniswap Library contract