Skip to content

Commit

Permalink
revert: fue core sh changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Sep 19, 2024
1 parent b36f4cc commit 4ad333c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docker/fuel-core/fuel_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,16 @@ fi

# wait for the base layer to be up
echo "Waiting for l1 chain."
until curl \
curl \
--fail \
--show-error \
--silent \
-H "Content-Type: application/json" \
--retry-connrefused \
--retry $RETRIES \
--retry-delay 1 \
-d "$JSON" \
"$L1_CHAIN_HTTP" > /dev/null; do
echo "Waiting for l1 chain..."
sleep 5
done
-d $JSON \
$L1_CHAIN_HTTP > /dev/null
echo "Connected to l1 chain."

# get the deployments file from the deployer
Expand Down

0 comments on commit 4ad333c

Please sign in to comment.