Skip to content

Commit

Permalink
ad params request to whitelisted queries
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown unknown committed Aug 27, 2024
1 parent af1ca7e commit 8ab834e
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 @@ -1218,5 +1218,6 @@ func getAcceptedStargateQueries() wasmdKeeper.AcceptedStargateQueries {
return wasmdKeeper.AcceptedStargateQueries{
"/archway.cwerrors.v1.Query/Errors": &cwerrorsTypes.QueryErrorsRequest{},
"/archway.callback.v1.Query/EstimateCallbackFees": &callbackTypes.QueryEstimateCallbackFeesRequest{},
"/archway.callback.v1.Query/Params": &callbackTypes.QueryParamsRequest{},
}
}

0 comments on commit 8ab834e

Please sign in to comment.