-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
55 lines (48 loc) · 3.38 KB
/
.env.example
File metadata and controls
55 lines (48 loc) · 3.38 KB
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
# ═══════════════════════════════════════════════════════════════
# REVERSO PROTOCOL - ENV CONFIG
# ═══════════════════════════════════════════════════════════════
# Copy this file to .env and fill in your values
# NEVER commit .env to version control!
# ═══════════════════════════════════════════════════════════════
# PRIVATE KEY
# ═══════════════════════════════════════════════════════════════
# Your deployer wallet private key (without 0x prefix)
PRIVATE_KEY=your_private_key_here
# ═══════════════════════════════════════════════════════════════
# RPC ENDPOINTS
# ═══════════════════════════════════════════════════════════════
# Testnets
SEPOLIA_RPC=https://ethereum-sepolia-rpc.publicnode.com
ARBITRUM_SEPOLIA_RPC=https://sepolia-rollup.arbitrum.io/rpc
BASE_SEPOLIA_RPC=https://sepolia.base.org
# Mainnets
ETHEREUM_RPC=https://ethereum-rpc.publicnode.com
ARBITRUM_RPC=https://arb1.arbitrum.io/rpc
OPTIMISM_RPC=https://mainnet.optimism.io
BASE_RPC=https://mainnet.base.org
POLYGON_RPC=https://polygon-rpc.com
BSC_RPC=https://bsc-dataseed.binance.org
AVALANCHE_RPC=https://api.avax.network/ext/bc/C/rpc
FANTOM_RPC=https://rpc.ftm.tools
ZKSYNC_RPC=https://mainnet.era.zksync.io
LINEA_RPC=https://rpc.linea.build
# ═══════════════════════════════════════════════════════════════
# BLOCK EXPLORER APIs
# ═══════════════════════════════════════════════════════════════
ETHERSCAN_API_KEY=your_etherscan_api_key
ARBISCAN_API_KEY=your_arbiscan_api_key
OPTIMISM_API_KEY=your_optimism_api_key
BASESCAN_API_KEY=your_basescan_api_key
POLYGONSCAN_API_KEY=your_polygonscan_api_key
BSCSCAN_API_KEY=your_bscscan_api_key
SNOWTRACE_API_KEY=your_snowtrace_api_key
# ═══════════════════════════════════════════════════════════════
# OTHER CONFIGS
# ═══════════════════════════════════════════════════════════════
# Gas reporting
REPORT_GAS=true
COINMARKETCAP_API_KEY=your_coinmarketcap_api_key
# Treasury address for protocol fees
TREASURY_ADDRESS=your_treasury_address
# EmergencyGuardian secondary guardian address (hardware wallet recommended)
SECONDARY_GUARDIAN=your_secondary_guardian_address