@@ -81,28 +81,22 @@ test-interchain-neutron:
8181 CONUSUMER_DISABLE_FEEMARKET=" true" \
8282 go test -run TestProviderConsumersSuite -count=1 -v -timeout 30m
8383
84- restore-admin-wallet :
85- @echo " Restoring admin wallet"
86- cd ./tests/interchain/local && sh
87- @sh ./tests/interchain/local/restore_admin_wallet.go
88-
89-
9084REPO_DIR =$(shell git rev-parse --show-toplevel)
9185# run interchain ICS setup with a Neutron consumer chain. Currently, it's required to have a local docker 'neutron:v5.0.6' image and
9286# to use the a ICS v6.4.0 due to a versioning constraints.
9387local-ics-neutron :
9488 cd tests/interchain && \
9589 KEEP_CONTAINERS=true \
9690 SKIP_PROVIDER_CONSUMER_TESTS=true \
91+ LOCAL_USER_PATH=" $( REPO_DIR) /tests/interchain/local/user_info.json" \
9792 PROVIDER_IMAGE_TAG=" v6.4.0" \
9893 CONSUMER_CHAIN_ID=" neutron" \
9994 CONSUMER_IMAGE_NAME=" neutron" \
10095 CONSUMER_IMAGE_TAG=" v5.0.6" \
10196 CONSUMER_BINARY=" neutrond" \
10297 CONSUMER_BECH32_PREFIX=" neutron" \
10398 CONSUMER_DENOM=" untrn" \
104- CONUSUMER_DISABLE_FEEMARKET=" true" \
105- USER_INFO_PATH=" $( REPO_DIR) /tests/interchain/local/user_info.json" \
99+ CONSUMER_DISABLE_FEEMARKET=" true" \
106100 go test -run TestProviderConsumersSuite -count=1 -v -timeout 30m
107101
108102# run mbt tests
@@ -333,7 +327,7 @@ e2e-traces:
333327# ## Heighliner ###
334328# ##############################################################################
335329
336- TAG ?= latest
330+ HEIGHLINER_TAG ?= latest
337331GO_VERSION ?= 1.22
338332
339333# Currently use a Heighliner fork until https://github.com/strangelove-ventures/heighliner/pull/313 is merged
@@ -349,4 +343,4 @@ ifeq (,$(shell which heighliner))
349343 rm -rf $(FORK_DIR)
350344endif
351345 @echo "Building $(IMAGE)..."
352- @heighliner build -c $(IMAGE) --git-ref $(TAG ) --go-version $(GO_VERSION)
346+ @heighliner build -c $(IMAGE) --git-ref $(HEIGHLINER_TAG ) --go-version $(GO_VERSION)
0 commit comments