From 5aa26694b271b6d7a81b86e9a7568f7d7fe57fbc Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Sat, 29 Mar 2025 08:08:08 +0100 Subject: [PATCH] this is so retraded --- berachain/scripts/init.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/berachain/scripts/init.sh b/berachain/scripts/init.sh index cd5ed317..53a20695 100644 --- a/berachain/scripts/init.sh +++ b/berachain/scripts/init.sh @@ -84,12 +84,6 @@ fi #cd "$CONFIG_DIR" -while curl -s -X POST --data '{"jsonrpc":"2.0","method":"eth_syncing","params":[],"id":1}' -H "Content-Type: application/json" "$L2_RPC" | grep -q '"result":true'; do - echo "Waiting for L2 to finish syncing..." - sleep 10 -done -echo "L2 sync complete!" - # Execute beacond #exec $BEACOND start --beacon-kit.kzg.trusted-setup-path /root/.beacond/config/kzg-trusted-setup.json --minimum-gas-prices 0atom "$@" env