Skip to content

Commit

Permalink
use loadstart endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMuftic committed Oct 22, 2024
1 parent b09c1bd commit 6480e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/proxy/healthchecker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6480e74

Please sign in to comment.