Skip to content

Commit 6869d3d

Browse files
committed
chore(test/upgrade): switch sandbox to a new version
Signed-off-by: Artur Troian <[email protected]>
1 parent 2ce91b4 commit 6869d3d

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-01
30+
SNAPSHOT_NETWORK := sandbox-2
3131
else
3232
$(error "invalid snapshot source $(SNAPSHOT_SOURCE)")
3333
endif

0 commit comments

Comments
 (0)