-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (27 loc) · 1.12 KB
/
.env.example
File metadata and controls
33 lines (27 loc) · 1.12 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
PORT=8787
AFI_DB_PATH=./data/afi.db
AFI_DATA_DIR=./data
AFI_BASE_RPC_URL=https://mainnet.base.org
AFI_ETHERSCAN_API_KEY=your_etherscan_key
AFI_LOCUS_API_KEY=your_locus_key
AFI_LOCUS_BASE_URL=https://beta-api.paywithlocus.com
AFI_LOCUS_AGENT_ID=
AFI_EAS_BASE_URL=https://base.easscan.org/graphql
AFI_EAS_SEPOLIA_URL=https://base-sepolia.easscan.org/graphql
# MVP API Integrations (Priority 5 + 4)
# Get these API keys to enable real endpoint calls:
# Blockscout PRO - Blockchain explorer & analytics (100K credits/day free)
# Sign up: https://blockscout.com/ → Account → API Keys
AFI_BLOCKSCOUT_API_KEY=
# CoinGecko - Token price data (10K calls/month free on Demo plan)
# Sign up: https://www.coingecko.com/en/api → Get Demo API Key
# Used by PricingService for USD normalization
AFI_COINGECKO_API_KEY=
# Dune Analytics - Blockchain data queries (15 rpm free tier)
# Sign up: https://dune.com/ → Settings → API Keys
AFI_DUNE_API_KEY=
# The Graph - Decentralized indexing protocol (100K queries/month free)
# Sign up: https://thegraph.com/studio/ → Create API Key
AFI_GRAPH_API_KEY=
# Background jobs
AFI_ENABLE_BACKGROUND_JOBS=true