-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
27 lines (18 loc) · 1.18 KB
/
.env.example
File metadata and controls
27 lines (18 loc) · 1.18 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
CHAINS=[{"id":10,"name":"optimism","rpcUrls":["https://optimism.llamarpc.com","https://rpc.ankr.com/optimism","https://optimism.gateway.tenderly.co","https://optimism.blockpi.network/v1/rpc/public","https://mainnet.optimism.io","https://opt-mainnet.g.alchemy.com/v2/demo"]},{"id":1,"name":"mainnet","rpcUrls":["https://eth.llamarpc.com","https://rpc.flashbots.net/fast"],"fetchLimit":1000,"fetchDelayMs":30000}]
LOG_LEVEL=debug
DATABASE_URL=postgresql://postgres:testing@localhost:5434/datalayer-postgres-db
DATABASE_SCHEMA=chain_data_schema_1
INDEXER_GRAPHQL_URL=http://localhost:8080/v1/graphql
INDEXER_ADMIN_SECRET=testing
IPFS_GATEWAYS_URL=["https://ipfs.io","https://gateway.pinata.cloud","https://dweb.link", "https://ipfs.eth.aragon.network"]
PRICING_SOURCE= # 'coingecko' or 'dummy' or 'coinpaprika'
COINGECKO_API_KEY={{YOUR_KEY}} # empty string for demo tier
COINGECKO_API_TYPE=demo # 'demo' or 'pro'
COINPAPRIKA_API_KEY={{YOUR_KEY}} # empty string for free tier
COINPAPRIKA_API_TYPE=free # 'free' or 'starter' or 'pro' or 'business' or 'enterprise'
RETRY_MAX_ATTEMPTS=3
RETRY_BASE_DELAY_MS=3000
RETRY_FACTOR=2
RETRY_MAX_DELAY_MS=300000
NOTIFIER_PROVIDER=# 'slack' or 'null'
SLACK_WEBHOOK_URL=