-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (28 loc) · 1.1 KB
/
.env.example
File metadata and controls
34 lines (28 loc) · 1.1 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
# TradeFi Protocol Environment Configuration
# Deployment Configuration
DEPLOYER_PRIVATE_KEY=
FEE_WALLET=
EMERGENCY_ADMIN=
GUARDIAN=
# Token Configuration
INITIAL_SUPPLY=100000000000000000000000000 # 100M tokens (18 decimals)
PROPOSAL_THRESHOLD=10000000000000000000000 # 10K tokens
QUORUM_VOTES=400000000000000000000000 # 400K tokens
# Network RPC URLs
MAINNET_RPC_URL=https://mainnet.infura.io/v3/YOUR_PROJECT_ID
SEPOLIA_RPC_URL=https://sepolia.infura.io/v3/YOUR_PROJECT_ID
ARBITRUM_RPC_URL=https://arb1.arbitrum.io/rpc
POLYGON_RPC_URL=https://polygon-rpc.com
# API Keys for contract verification
ETHERSCAN_API_KEY=
ARBISCAN_API_KEY=
POLYGONSCAN_API_KEY=
# Protocol Configuration
DEFAULT_TRADING_FEE_BPS=10 # 0.10%
DEFAULT_WITHDRAWAL_PENALTY_BPS=500 # 5%
MINIMUM_STAKING_PERIOD=86400 # 1 day in seconds
REWARDS_DURATION=604800 # 7 days in seconds
# Security Configuration
TIMELOCK_DELAY=172800 # 2 days in seconds
VOTING_PERIOD=5760 # ~1 day in blocks (assuming 15s blocks)
VOTING_DELAY=1 # 1 block