forked from pooltogether/ring-buffer-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.envrc.example
More file actions
29 lines (23 loc) · 705 Bytes
/
Copy path.envrc.example
File metadata and controls
29 lines (23 loc) · 705 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
28
29
# Hot wallet mnemonic phrase
export MNEMONIC=""
# Hot wallet private key
export HDWALLET_PRIVATE_KEY=""
# Mainnet RPC URLs
export MAINNET_RPC_URL=""
export ARBITRUM_RPC_URL=""
export OPTIMISM_RPC_URL=""
export POLYGON_RPC_URL=""
# Testnet RPC URLs
export GOERLI_RPC_URL=""
export ARBITRUM_GOERLI_RPC_URL=""
export OPTIMISM_GOERLI_RPC_URL=""
export POLYGON_MUMBAI_RPC_URL=""
# Used for verifying contracts on Etherscan
export ETHERSCAN_API_KEY=""
export ARBITRUM_ETHERSCAN_API_KEY=""
export OPTIMISM_ETHERSCAN_API_KEY=""
export POLYGONSCAN_API_KEY=""
# Used to run Hardhat scripts in fork mode
export FORK_ENABLED=true
# Used to report gas usage when running Forge tests
export FORGE_GAS_REPORT=true