forked from aave/aave-v3-periphery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
35 lines (26 loc) · 779 Bytes
/
.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
29
30
31
32
33
34
35
# Mnemonic, only first address will be used
# Wallet Index - derive the wallet from this index path - defaults to 0
MNEMONIC=""
WALLET_INDEX=""
# Private Key
PRIVATE_KEY=""
# Add Alchemy or Infura provider keys, alchemy takes preference at the config level
ALCHEMY_KEY=""
INFURA_KEY=""
# Optional Etherscan key, for automatize the verification of the contracts at Etherscan
ETHERSCAN_KEY=""
# Optional, if you plan to use Tenderly scripts
TENDERLY_PROJECT=""
TENDERLY_USERNAME=""
TENDERLY_FORK=""
TENDERLY_HEAD=""
TENDERLY_FORK_NETWORK_ID=""
# Optional, OpenZeppelin Defender Relayer Keys
DEFENDER_API_KEY=""
DEFENDER_SECRET_KEY=""
# Mainnet Fork - "true" or anything else is false
MAINNET_FORK="true"
# Skip File Loading
SKIP_LOAD="false"
# Report Gas
REPORT_GAS="true"