From 957e3f9dcbdfdf2fc209807923d132773902fb10 Mon Sep 17 00:00:00 2001 From: mattstam Date: Thu, 18 Jul 2024 11:31:06 -0700 Subject: [PATCH] chore: other LH flags to use historical RPC --- lighthouse-cl-only.yml | 7 +++++++ lighthouse.yml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/lighthouse-cl-only.yml b/lighthouse-cl-only.yml index 0a8078c0..e153783d 100644 --- a/lighthouse-cl-only.yml +++ b/lighthouse-cl-only.yml @@ -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 diff --git a/lighthouse.yml b/lighthouse.yml index be43db90..93664200 100644 --- a/lighthouse.yml +++ b/lighthouse.yml @@ -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