-
Notifications
You must be signed in to change notification settings - Fork 8
/
.env.example
66 lines (51 loc) · 2.78 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Number of confirmations to wait for after each transaction
CONFIRMATIONS=3
# Amount to multiply the suggested tip for each transaction
TIP_MULTIPLIER=10
# Etherscan API for verifying contracts on etherscan
DEPLOYER_ETHERSCAN_API_KEY=000000000000000000000000000000000000000
# Polygonscan API for verifying contracts on polygonscan
DEPLOYER_POLYGONSCAN_API_KEY=000000000000000000000000000000000000000
# okLink API for verifying contracts on okLink
DEPLOYER_OKLINK_API_KEY=00000000-0000-0000-0000-000000000000
# Coinmarketcap API for reporting up to date gas price estimates for deployment and function calls
GAS_REPORTER_COINMARKETCAP_API_KEY=000000000000000000000000000000000000000
# Hardhat specific
DEPLOYER_HARDHAT_MNEMONIC="reduce chair insane vault universe fitness flame motor wood toy vacuum special"
# Test env specific
DEPLOYER_TEST_TXNODE=http://local.node.example:8545
DEPLOYER_TEST_KEY=123456789abcdef123456789abcdef123456789abcdef123456789abcdef1234
ADMIN_ADDRESS_TEST=0x0000000000000000000000000000000000000000
AUTH_TOKEN_OWNERS_TEST=0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000
# Local node env specific
DEPLOYER_LOCAL_TXNODE=
DEPLOYER_LOCAL_KEY=123456789abcdef123456789abcdef123456789abcdef123456789abcdef1234
ADMIN_ADDRESS_LOCAL=0x0000000000000000000000000000000000000000
AUTH_TOKEN_OWNERS_LOCAL=0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000
# Mainnet specific
DEPLOYER_MAINNET_TXNODE=http://mainnet.node.example:666
DEPLOYER_MAINNET_KEY=123456789abcdef123456789abcdef123456789abcdef123456789abcdef1234
ADMIN_ADDRESS_MAINNET=0x0000000000000000000000000000000000000000
# Sepolia specific
DEPLOYER_SEPOLIA_TXNODE=http://sepolia.node.example:666
DEPLOYER_SEPOLIA_KEY=123456789abcdef123456789abcdef123456789abcdef123456789abcdef1234
ADMIN_ADDRESS_SEPOLIA=0x0000000000000000000000000000000000000000
# Amoy specific
DEPLOYER_AMOY_TXNODE=http://amoy.node.example:666
DEPLOYER_AMOY_KEY=123456789abcdef123456789abcdef123456789abcdef123456789abcdef1234
ADMIN_ADDRESS_AMOY=0x0000000000000000000000000000000000000000
# Mumbai specific [to be deprecated]
DEPLOYER_MUMBAI_TXNODE=http://mumbai.node.example:666
DEPLOYER_MUMBAI_KEY=123456789abcdef123456789abcdef123456789abcdef123456789abcdef1234
ADMIN_ADDRESS_MUMBAI=0x0000000000000000000000000000000000000000
# Polygon mainnet specific
DEPLOYER_POLYGON_TXNODE=http://polygon.node.example:666
DEPLOYER_POLYGON_KEY=123456789abcdef123456789abcdef123456789abcdef123456789abcdef1234
ADMIN_ADDRESS_POLYGON=0x0000000000000000000000000000000000000000
# To override default auth token contracts addresses
LENS_ADDRESS=
ENS_ADDRESS=
FORWARDER_ADDRESS=
# Create3 factory
CREATE3_FACTORY_ADDRESS=
CREATE3_SALT=