Skip to content

Commit 97ab265

Browse files
fix: upgrades after moving ics20-2 (#8054) (#8055)
(cherry picked from commit 3aa30a2) Co-authored-by: Gjermund Garaba <[email protected]>
1 parent 8b6e7a1 commit 97ab265

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ clean:
139139
build-docker-wasm:
140140
./scripts/build-wasm-simapp-docker.sh $(tag)
141141

142+
build-docker-local:
143+
docker build -t ghcr.io/cosmos/ibc-go-simd:local --build-arg IBC_GO_VERSION=local .
144+
142145
.PHONY: build-docker-wasm
143146

144147
###############################################################################

e2e/testsuite/query/queries.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
ibcexported "github.com/cosmos/ibc-go/v10/modules/core/exported"
2222
)
2323

24-
const queryPathTransferDenoms = "/ibc.applications.transfer.v2.QueryV2/Denoms"
24+
const queryPathTransferDenoms = "/ibc.applications.transfer.v1.Query/Denoms"
2525

2626
// ModuleAccountAddress returns the address of the given module on the given chain.
2727
// Added because interchaintest's method doesn't work.

0 commit comments

Comments
 (0)