-
Notifications
You must be signed in to change notification settings - Fork 396
Expand file tree
/
Copy path.env.dev
More file actions
33 lines (24 loc) · 751 Bytes
/
.env.dev
File metadata and controls
33 lines (24 loc) · 751 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
33
# Network
RPC_URL=http://localhost:8545
ENVIRONMENT=devnet
# Elixir
PHX_HOST=localhost
ELIXIR_HOSTNAME=MAC
# Database
DB_NAME=explorer_db
DB_USER=explorer_user
DB_PASS=explorer_pass
DB_HOST=localhost
# Config file
ALIGNED_CONFIG_FILE="../contracts/script/output/devnet/alignedlayer_deployment_output.json"
# Debug
DEBUG_ERRORS=true
# Operator version tracker API
TRACKER_API_URL=http://localhost:3030
MAX_BATCH_SIZE=268435456 # 256 MiB
# Time we wait for a batch to be verified before marking it stale
BATCH_TTL_MINUTES=5
# Scheduled minutes between batch submissions. This is shown in the next batch progress bar component.
SCHEDULED_BATCH_INTERVAL_MINUTES=10
# Latest aligned release that operators should be running
LATEST_RELEASE=v0.15.0