Skip to content

Commit

Permalink
chore: fix subnet issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Aug 8, 2024
1 parent d383669 commit 7a1fa68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/upgrade_testnet/submit_upgrade_proposal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ echo ""
echo "===> Waiting for upgrade height ($UPGRADE_HEIGHT)"
while true; do
curr_block=$(curl -s $NODE/status | jq -r '.result.sync_info.latest_block_height')
docker compose -f $(pwd)/contrib/upgrade_testnet/docker-compose.yml logs --tail=1
docker compose -f "$(pwd)/contrib/upgrade_testnet/docker-compose.yml" logs --tail=1

if [ ! -z ${curr_block} ] ; then
echo "Current block: ${curr_block}"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ networks:
ipam:
driver: default
config:
- subnet: 192.168.255.0/16
- subnet: 192.168.255.0/24

0 comments on commit 7a1fa68

Please sign in to comment.