Skip to content

Commit

Permalink
chore: other LH flags to use historical RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam committed Jul 18, 2024
1 parent 2a2b489 commit 957e3f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lighthouse-cl-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,14 @@ services:
- "8008"
- --suggested-fee-recipient
- ${FEE_RECIPIENT}
- --http-allow-origin
- "*"
- --slots-per-restore-point
- "32"
- --historic-state-cache-size
- "4"
- --unsafe-and-dangerous-mode
- --disable-backfill-rate-limiting
labels:
- metrics.scrape=true
- metrics.path=/metrics
Expand Down
7 changes: 7 additions & 0 deletions lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,14 @@ services:
- ${NETWORK}
- --debug-level=${LOG_LEVEL}
- --keystore
- --http-allow-origin
- "*"
- --slots-per-restore-point
- "32"
- --historic-state-cache-size
- "4"
- --unsafe-and-dangerous-mode
- --disable-backfill-rate-limiting
depends_on:
- consensus

Expand Down

0 comments on commit 957e3f9

Please sign in to comment.