Skip to content

Commit 7a1fa68

Browse files
committed
chore: fix subnet issue
1 parent d383669 commit 7a1fa68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/upgrade_testnet/submit_upgrade_proposal.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ echo ""
105105
echo "===> Waiting for upgrade height ($UPGRADE_HEIGHT)"
106106
while true; do
107107
curr_block=$(curl -s $NODE/status | jq -r '.result.sync_info.latest_block_height')
108-
docker compose -f $(pwd)/contrib/upgrade_testnet/docker-compose.yml logs --tail=1
108+
docker compose -f "$(pwd)/contrib/upgrade_testnet/docker-compose.yml" logs --tail=1
109109

110110
if [ ! -z ${curr_block} ] ; then
111111
echo "Current block: ${curr_block}"

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ networks:
7575
ipam:
7676
driver: default
7777
config:
78-
- subnet: 192.168.255.0/16
78+
- subnet: 192.168.255.0/24

0 commit comments

Comments
 (0)