From 5cfb6834efd33d31568181090ed7d0c79a2bef6e Mon Sep 17 00:00:00 2001 From: Kartik Chopra Date: Wed, 30 Oct 2024 15:20:07 -0400 Subject: [PATCH] chore: add l1 holesky rpc --- .github/workflows/infrastructure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 757220a72..eb698cf11 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -215,7 +215,7 @@ jobs: ${CLUSTER_PROFILE_FLAG} \ ${CLUSTER_LOGS_FLAG} \ ${CLUSTER_DATADOG_KEY_FLAG} \ - ${CLUSTER_L1_RPC_URL_FLAG} \ + --l1-rpc-urls "https://holesky.drpc.org" \ ${CLUSTER_OTEL_COLLECTOR_ENDPOINT_URL_FLAG} \ ${CLUSTER_DEBUG_FLAG} END_TIME="$(date +%s)"