We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f712652 commit 5b7e92dCopy full SHA for 5b7e92d
docker-compose/launch_rollup_node.bash
@@ -2,7 +2,6 @@
2
set -e
3
4
wait_for_l1_devnet() {
5
-
6
while ! curl -s http://l1-devnet:8545 > /dev/null; do
7
echo "l1-devnet not ready, retrying in 2s..."
8
sleep 2
0 commit comments