-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path.env.example
More file actions
27 lines (23 loc) · 692 Bytes
/
.env.example
File metadata and controls
27 lines (23 loc) · 692 Bytes
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
# Accounts
export TESTNET_PK_DEPLOYER='81a3043b0d09bef1a62a755f8368855ccbd8e29f72336c47351f77641304dc10'
export TESTNET_HDWALLET_MNEMONIC=
export MAINNET_PK_DEPLOYER=''
export MAINNET_HDWALLET_MNEMONIC=''
# Forking
export FORK_BLOCK_NUMBER=0
# JSON-RPC Endpoints
export ARCHIVE_NODE_RPC_URL=''
export ETHEREUM_MAINNET_RPC_URL=''
export ETHEREUM_GOERLI_RPC_URL=''
export POLYGON_MAINNET_RPC_URL=''
export POLYGON_TESTNET_RPC_URL=''
export OPTIMISM_MAINNET_RPC_URL=''
export OPTIMISM_TESTNET_RPC_URL=''
# Verification
export ETHERSCAN_API_KEY=''
export POLYGONSCAN_API_KEY=''
export OPTIMISMSCAN_API_KEY=''
# APIs
export REPORT_GAS=''
export COINMARKETCAP_API_KEY=''
export PIMLICO_API_KEY=