Skip to content

Commit

Permalink
fix: upgrades after moving ics20-2 (#8054)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba authored Feb 26, 2025
1 parent f7b24e1 commit 3aa30a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ clean:
build-docker-wasm:
./scripts/build-wasm-simapp-docker.sh $(tag)

build-docker-local:
docker build -t ghcr.io/cosmos/ibc-go-simd:local --build-arg IBC_GO_VERSION=local .

.PHONY: build-docker-wasm

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion e2e/testsuite/query/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
ibcexported "github.com/cosmos/ibc-go/v10/modules/core/exported"
)

const queryPathTransferDenoms = "/ibc.applications.transfer.v2.QueryV2/Denoms"
const queryPathTransferDenoms = "/ibc.applications.transfer.v1.Query/Denoms"

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

0 comments on commit 3aa30a2

Please sign in to comment.