We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1e86a commit 4a979a8Copy full SHA for 4a979a8
make/test-upgrade.mk
@@ -21,7 +21,7 @@ UPGRADE_FROM := $(shell cat $(ROOT_DIR)/meta.json | jq -r --arg name
21
GENESIS_BINARY_VERSION := $(shell cat $(ROOT_DIR)/meta.json | jq -r --arg name $(UPGRADE_TO) '.upgrades[$$name].from_binary' | tr -d '\n')
22
UPGRADE_BINARY_VERSION ?= local
23
24
-SNAPSHOT_SOURCE ?= sandbox
+SNAPSHOT_SOURCE ?= sandbox1
25
26
ifeq ($(SNAPSHOT_SOURCE),mainnet)
27
SNAPSHOT_NETWORK := akashnet-2
0 commit comments