-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
28 lines (24 loc) · 1.13 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
# Mnemonic phrase used just for deploying the contracts in Goerli
# Make sure you have Goerli ETH in the first account in the mnemonic
# path so the gas fees for the contract deployments can be paid
GOERLI_MNENOMIC_PHRASE=
# REST endpoint of a Goerli Ethereum node
GOERLI_PROVIDER=
# Mnemonic phrase used just for deploying the contracts in mainnet
# Make sure you have ETH in the first account in the mnemonic path
# so the gas fees for the contract deployments can be paid
MAINNET_MNENOMIC_PHRASE=
# REST endpoint of a Mainnet Ethereum node
MAINNET_PROVIDER=
# Used to verify the contracts via Etherscan once deployed
API_KEY=
# The following contracts should be deployed from the base-contracts repo
BASE_OPERATORS_CONTRACT_ADDRESS=
WHITELIST_CONTRACT_ADDRESS=
TRADER_OPERATORS_CONTRACT_ADDRESS=
BLOCKER_OPERATORS_CONTRACT_ADDRESS=
# Address of the proxy administrator. The key that controls this address can
# be used to update the proxy in case an update is needed. This should not be the deployer.
# When deploying to Goerli: this should be an address within the first 10
# derivations of $GOERLI_MNENOMIC_PHRASE. It also needs GoETH.
PROXY_ADMIN=