From e463d83164b8a74771411db295ab59a7bafd9fc7 Mon Sep 17 00:00:00 2001 From: Tushar Shah Date: Wed, 15 Nov 2023 09:29:19 -0700 Subject: [PATCH] debug and cleanup --- .circleci/config.yml | 1 + .github/workflows/define_rpc_endpoints.yaml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d92f0367..27ab3ae0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,6 +55,7 @@ jobs: name: Check Goerli RPC Endpoints command: | ls -al + ls ops/verify_geth_endpoint.sh if ops/verify_geth_endpoint.sh "<< pipeline.parameters.l1_goerli_rpc_url >>" && \ ops/verify_geth_endpoint.sh "<< pipeline.parameters.l2_goerli_rpc_url >>"; then echo "Both RPC endpoints are up to date and not syncing." diff --git a/.github/workflows/define_rpc_endpoints.yaml b/.github/workflows/define_rpc_endpoints.yaml index fd938c6e..c9253cd9 100644 --- a/.github/workflows/define_rpc_endpoints.yaml +++ b/.github/workflows/define_rpc_endpoints.yaml @@ -26,7 +26,6 @@ jobs: - name: Check RPC Endpoints id: check_endpoints run: | - export TIME_DIFF_THRESHOLD="30" if ops/verify-geth-endpoint.sh "${{ matrix.l1_rpc_url }}"; then if ops/verify-geth-endpoint.sh "${{ matrix.l2_rpc_url }}"; then echo "Both RPC endpoints are up to date and not syncing."