Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .env_template.ethereum
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,3 @@ CRAWLER_SSE_PORT=9099
CRAWLER_PEERS_BACKUP=30m
CRAWLER_PERSIST_CONNEVENTS=false

# Ethereum-specific settings (optional)
# Fork digest (example for Electra mainnet): 0xad532ceb
CRAWLER_FORK_DIGEST=0xad532ceb
# Gossip topics to subscribe to (comma-separated)
CRAWLER_GOSSIP_TOPIC=beacon_block
# Subnets to monitor (comma-separated)
CRAWLER_SUBNET=all

8 changes: 8 additions & 0 deletions .env_template.filecoin
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Filecoin Crawler Configuration
CRAWLER_LOG_LEVEL=info
CRAWLER_PORT=1347
CRAWLER_METRICS_PORT=9082
CRAWLER_PEERS_BACKUP=30m
CRAWLER_PERSIST_CONNEVENTS=false

# Note: Filecoin uses port 1347 for libp2p P2P connections
3 changes: 0 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ services:
--log-level=${CRAWLER_LOG_LEVEL:-info}
--psql-endpoint=${CRAWLER_PSQL_ENDP:-postgresql://user:password@db:5432/armiarmadb}
--peers-backup=${CRAWLER_PEERS_BACKUP:-30m}
--fork-digest=${CRAWLER_FORK_DIGEST:-}
--gossip-topic=${CRAWLER_GOSSIP_TOPIC:-}
--subnet=${CRAWLER_SUBNET:-}
--persist-connevents=${CRAWLER_PERSIST_CONNEVENTS:-false}
restart: unless-stopped
depends_on:
Expand Down
Loading