-
Notifications
You must be signed in to change notification settings - Fork 38
/
.env.template
32 lines (25 loc) · 1.2 KB
/
.env.template
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
############################################################
# Template file for LOCAL environment variables.
############################################################
# Mnemonic used to deploy the smart contracts.
# The default value is pre-configured to use it with Ganache locally.
# Note: Keep safe your mnemonic.
MNEMONIC_KEY="blossom spatial metal assault riot bullet truck update forward brave slide way"
# Alchemy key used to deploy smart contracts (includes archive nodes)
# Key should be the full URL
ALCHEMY_MAINNET_KEY=add-your-alchemy-key-here
ALCHEMY_RINKEBY_KEY=add-your-alchemy-key-here
ALCHEMY_ROPSTEN_KEY=add-your-alchemy-key-here
ALCHEMY_KOVAN_KEY=add-your-alchemy-key-here
# Matic key used to deploy smart contracts
# Key should be the full URL
MATIC_MAINNET_KEY=add-your-matic-vigil-key-here
MATIC_MUMBAI_KEY=add-your-matic-vigil-key-here
# Infura key used to deploy smart contracts
INFURA_KEY=add-your-infura-key-here
# Etherscan API key. This is used to verify smart contract in the Ethereum networks.
ETHERSCAN_API_KEY=add-your-etherscan-api-key-here
# CoinMarketCap API key used for gas reporting
CMC_KEY=add-your-coinmarketcap-key-here
# Disables logging via `hre.log`
DISABLE_LOGS='false'