Skip to content

Commit

Permalink
switch relay from rococo to westend
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Nov 27, 2024
1 parent bb5c345 commit cb09e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# common
RUST_TOOLCHAIN=nightly-2024-04-10
RELAY_CHAIN_TYPE=rococo
RELAY_CHAIN_TYPE=westend

NODE_BRANCH=v20241016-node
NODE_HASH=7427e3189f635a5848bbd11d50a5e96205c44b5d
Expand Down
4 changes: 2 additions & 2 deletions js-packages/scripts/wait_for_first_block.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ while ! had_new_block ; do
counter=$((counter+1))
echo "counter="$counter
sleep 6
if [ $counter -gt 400 ]; then
if [ $counter -gt 700 ]; then
exit 1;
fi
done
Expand All @@ -48,7 +48,7 @@ while ! had_new_block ; do
counter=$((counter+1))
echo "counter="$counter
sleep 6
if [ $counter -gt 400 ]; then
if [ $counter -gt 10 ]; then
exit 1;
fi
done
Expand Down

0 comments on commit cb09e87

Please sign in to comment.