-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (24 loc) · 1.04 KB
/
.env.example
File metadata and controls
32 lines (24 loc) · 1.04 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
# ===========================================
# Everclear Open Fill Agent Configuration
# ===========================================
# Required - wallet private key for signing transactions
PRIVATE_KEY=0x...
# RPC endpoints - add RPC_URL_{chainId} for each chain you want to fill on.
# The agent auto-discovers supported chains from Everclear chaindata.
# Only chains with a provided RPC URL will be active.
RPC_URL_1=https://eth.llamarpc.com
RPC_URL_10=https://optimism.llamarpc.com
RPC_URL_8453=https://base.llamarpc.com
RPC_URL_42161=https://arbitrum.llamarpc.com
# Optional - Envio GraphQL endpoint (defaults to Everclear hosted indexer)
# ENVIO_URL=https://indexer.hyperindex.xyz/.../v1/graphql
# Optional - only needed for self-hosted Envio instances
# ENVIO_API_KEY=
# Polling interval in milliseconds (default: 5000)
# POLL_INTERVAL_MS=5000
# Set to true to test without submitting transactions (default: false)
# DRY_RUN=false
# Health check server port (default: 8080)
# PORT=8080
# Log level: info or debug (default: info)
# LOG_LEVEL=info