We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09c1bd commit 6480e74Copy full SHA for 6480e74
internal/proxy/healthchecker_test.go
@@ -19,7 +19,7 @@ func TestBasicHealthchecker(t *testing.T) {
19
defer cancel()
20
21
healtcheckConfig := HealthCheckerConfig{
22
- 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/"),
23
Interval: util.DurationUnmarshalled(2 * time.Second),
24
Timeout: util.DurationUnmarshalled(3 * time.Second),
25
FailureThreshold: 1,
0 commit comments