Skip to content

Commit d89a319

Browse files
committed
pre-commit
1 parent d3e87ed commit d89a319

File tree

4 files changed

+19027
-15865
lines changed

4 files changed

+19027
-15865
lines changed

scripts/fetchGrazChains.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ fetch_graz_chains() {
2626

2727
while [ $retry_count -lt $MAX_RETRIES ]; do
2828
echo "Attempt $((retry_count + 1)) to fetch cosmos chains..."
29-
29+
3030
if graz generate -g; then
3131
echo "Successfully fetched cosmos chains!"
32-
32+
3333
# Copy generated files to the output directory
3434
cp -R node_modules/graz/chains/* "$OUTPUT_DIR"
3535
echo "Copied generated files to $OUTPUT_DIR"
36-
return 0
36+
return 0
3737
else
3838
retry_count=$((retry_count + 1))
3939
if [ $retry_count -lt $MAX_RETRIES ]; then
@@ -45,7 +45,7 @@ fetch_graz_chains() {
4545
fi
4646
done
4747

48-
return 1
48+
return 1
4949
}
5050

5151
if fetch_graz_chains; then

0 commit comments

Comments
 (0)