Skip to content

Commit fb7a396

Browse files
committed
build: switch upgrade testing to sandbox-01
Signed-off-by: Artur Troian <[email protected]>
1 parent 1ce3fa3 commit fb7a396

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
@@ -27,7 +27,7 @@ ifeq ($(SNAPSHOT_SOURCE),mainnet)
2727
SNAPSHOT_NETWORK := akashnet-2
2828
else
2929
ifeq ($(SNAPSHOT_SOURCE),sandbox)
30-
SNAPSHOT_NETWORK := sandbox-2
30+
SNAPSHOT_NETWORK := sandbox-01
3131
else
3232
$(error "invalid snapshot source $(SNAPSHOT_SOURCE)")
3333
endif

0 commit comments

Comments
 (0)