From 6480e74c7e67d716341a4d3d2440198cc40cee41 Mon Sep 17 00:00:00 2001 From: MakMuftic Date: Tue, 22 Oct 2024 16:02:13 +0200 Subject: [PATCH] use loadstart endpoint --- internal/proxy/healthchecker_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/proxy/healthchecker_test.go b/internal/proxy/healthchecker_test.go index 3f7cdac..3898f1d 100644 --- a/internal/proxy/healthchecker_test.go +++ b/internal/proxy/healthchecker_test.go @@ -19,7 +19,7 @@ func TestBasicHealthchecker(t *testing.T) { defer cancel() healtcheckConfig := HealthCheckerConfig{ - URL: env.GetDefault("RPC_GATEWAY_NODE_URL_1", "https://cloudflare-eth.com"), + URL: env.GetDefault("RPC_GATEWAY_NODE_URL_1", "https://lodestar-holeskyrpc.chainsafe.io/"), Interval: util.DurationUnmarshalled(2 * time.Second), Timeout: util.DurationUnmarshalled(3 * time.Second), FailureThreshold: 1,