Skip to content

Commit 4a979a8

Browse files
committed
fix(tests/upgrade): test v1.0.0 upgrade agains sandbox-01
Signed-off-by: Artur Troian <[email protected]>
1 parent 7a1e86a commit 4a979a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/test-upgrade.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ UPGRADE_FROM := $(shell cat $(ROOT_DIR)/meta.json | jq -r --arg name
2121
GENESIS_BINARY_VERSION := $(shell cat $(ROOT_DIR)/meta.json | jq -r --arg name $(UPGRADE_TO) '.upgrades[$$name].from_binary' | tr -d '\n')
2222
UPGRADE_BINARY_VERSION ?= local
2323

24-
SNAPSHOT_SOURCE ?= sandbox
24+
SNAPSHOT_SOURCE ?= sandbox1
2525

2626
ifeq ($(SNAPSHOT_SOURCE),mainnet)
2727
SNAPSHOT_NETWORK := akashnet-2

0 commit comments

Comments
 (0)