-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (25 loc) · 734 Bytes
/
.env.example
File metadata and controls
32 lines (25 loc) · 734 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
30
31
32
# Execution Protocol ACP Service
# Blockchain Configuration
PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000001
BASE_SEPOLIA_RPC=https://sepolia.base.org
BASESCAN_API_KEY=your_basescan_api_key_here
# Contract Addresses (filled after deployment)
ATTEST_CONTRACT_ADDRESS=
FEE_COLLECTOR_ADDRESS=
# Service Configuration
PORT=3000
NODE_ENV=production
# Fee Configuration
DEFAULT_ETH_PRICE_USD=2500
MIN_CONFIDENCE_THRESHOLD=0.70
MAX_ALLOCATION_DEFAULT=1000
# Logging
LOG_LEVEL=info
LOG_FILE=logs/combined.log
ERROR_LOG_FILE=logs/error.log
# Rate Limiting
RATE_LIMIT_WINDOW_MS=60000
RATE_LIMIT_MAX_REQUESTS=100
# Virtuals ACP Integration
ACP_API_KEY=your_acp_api_key
ACP_WEBHOOK_SECRET=your_webhook_secret