Skip to content

Commit

Permalink
feat(stargate-queries): add ibc VerifyMembership query
Browse files Browse the repository at this point in the history
  • Loading branch information
SpekalsG3 committed Nov 20, 2024
1 parent 5eb8a30 commit 53d9cd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1219,5 +1219,6 @@ func getAcceptedStargateQueries() wasmdKeeper.AcceptedStargateQueries {
"/archway.cwerrors.v1.Query/Errors": &cwerrorsTypes.QueryErrorsRequest{},
"/archway.callback.v1.Query/EstimateCallbackFees": &callbackTypes.QueryEstimateCallbackFeesRequest{},
"/archway.callback.v1.Query/Params": &callbackTypes.QueryParamsRequest{},
"/ibc.core.client.v1.Query/VerifyMembership": &ibcclienttypes.QueryVerifyMembershipResponse{},
}
}

0 comments on commit 53d9cd2

Please sign in to comment.