-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.example
52 lines (39 loc) · 1.5 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Please copy contents of this file to .env file in the root of your project and fill in the values.
# For each network, you will need to set either the private key or the mnemonic for the account you want to use for deploying contracts.
# If both private key and mnemonic are set, private key will be used.
# You also can setup common private key and common mnemonic.
# If no specific private key or mnemonic is set for network, then common private key or mnemonic will be used.
# If neither specific nor common private key or mnemonic is set, then default mnemonic will be used.
# While it can be useful for local test environment it can be not suitable for live network.
COMMON_PRIVATE_KEY=""
COMMON_MNEMONIC=""
ARBITRUM_ETHERSCAN_API_KEY=""
ARBITRUM_PRIVATE_KEY=""
ARBITRUM_MNEMONIC=""
ETHEREUM_ETHERSCAN_API_KEY=""
ETHEREUM_PRIVATE_KEY=""
ETHEREUM_MNEMONIC=""
OPTIMISM_ETHERSCAN_API_KEY=""
OPTIMISM_PRIVATE_KEY=""
OPTIMISM_MNEMONIC=""
ORDERLY_BLOCKSCOUT_API_KEY=""
ORDERLY_PRIVATE_KEY=""
ORDERLY_MNEMONIC=""
POLYGON_ETHERSCAN_API_KEY=""
POLYGON_PRIVATE_KEY=""
POLYGON_MNEMONIC=""
ARBITRUM_SEPOLIA_ETHERSCAN_API_KEY=""
ARBITRUM_SEPOLIA_PRIVATE_KEY=""
ARBITRUM_SEPOLIA_MNEMONIC=""
SEPOLIA_ETHERSCAN_API_KEY=""
SEPOLIA_PRIVATE_KEY=""
SEPOLIA_MNEMONIC=""
MUMBAI_ETHERSCAN_API_KEY=""
MUMBAI_PRIVATE_KEY=""
MUMBAI_MNEMONIC=""
OPTIMISM_SEPOLIA_ETHERSCAN_API_KEY=""
OPTIMISM_SEPOLIA_PRIVATE_KEY=""
OPTIMISM_SEPOLIA_MNEMONIC=""
ORDERLY_SEPOLIA_BLOCKSCOUT_API_KEY=""
ORDERLY_SEPOLIA_PRIVATE_KEY=""
ORDERLY_SEPOLIA_MNEMONIC=""