From 615485dae55ad230f575a77f3e719f3818c5e7e6 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Wed, 24 Jul 2024 14:58:12 +1000 Subject: [PATCH] Remove shutdown chain --- progress.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/progress.sh b/progress.sh index 78fdc63..1e33b23 100755 --- a/progress.sh +++ b/progress.sh @@ -18,12 +18,6 @@ if [ $CHAIN_ID -eq 10 ]; then L2_URL=https://mainnet.optimism.io fi - -if [ $CHAIN_ID -eq 420 ]; then - L2_URL=https://goerli.optimism.io -fi - - if [ $CHAIN_ID -eq 11155420 ]; then L2_URL=https://sepolia.optimism.io fi