-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 864 Bytes
/
.env.example
File metadata and controls
29 lines (23 loc) · 864 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
# Private Keys & Accounts
PRIVATE_KEY=your_private_key_here
MNEMONIC=your_twelve_word_mnemonic_here
# RPC URLs
MAINNET_RPC_URL=https://mainnet.infura.io/v3/your_project_id
SEPOLIA_RPC_URL=https://sepolia.infura.io/v3/your_project_id
POLYGON_RPC_URL=https://polygon-rpc.com
ARBITRUM_RPC_URL=https://arb1.arbitrum.io/rpc
# API Keys for Contract Verification
ETHERSCAN_API_KEY=your_etherscan_api_key
POLYGONSCAN_API_KEY=your_polygonscan_api_key
ARBISCAN_API_KEY=your_arbiscan_api_key
# Gas & Performance
REPORT_GAS=false
COINMARKETCAP_API_KEY=your_coinmarketcap_api_key
# Forking (for testing)
FORK_MAINNET=false
FORK_BLOCK_NUMBER=18000000
# WalletConnect Configuration
REACT_APP_WALLETCONNECT_PROJECT_ID=your_walletconnect_project_id_here
# Contract Deployment Parameters
INITIAL_MANAGEMENT_FEE_BPS=1
MULTISIG_OWNER=0x0000000000000000000000000000000000000000