File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,9 @@ clean:
139
139
build-docker-wasm :
140
140
./scripts/build-wasm-simapp-docker.sh $(tag )
141
141
142
+ build-docker-local :
143
+ docker build -t ghcr.io/cosmos/ibc-go-simd:local --build-arg IBC_GO_VERSION=local .
144
+
142
145
.PHONY : build-docker-wasm
143
146
144
147
# ##############################################################################
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
ibcexported "github.com/cosmos/ibc-go/v10/modules/core/exported"
22
22
)
23
23
24
- const queryPathTransferDenoms = "/ibc.applications.transfer.v2.QueryV2 /Denoms"
24
+ const queryPathTransferDenoms = "/ibc.applications.transfer.v1.Query /Denoms"
25
25
26
26
// ModuleAccountAddress returns the address of the given module on the given chain.
27
27
// Added because interchaintest's method doesn't work.
You can’t perform that action at this time.
0 commit comments