Skip to content

Commit

Permalink
Merge branch 'main' into sai/csdk_v50
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Jul 4, 2024
2 parents 01019e4 + 2966992 commit d8437c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion proto/umee/auction/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ option (gogoproto.goproto_getters_all) = false;
service Query {
// QueryRewardParams queries parameters for the reward auciton.
rpc RewardsParams(QueryRewardsParams) returns (QueryRewardsParamsResponse) {
option (google.api.http).get = "/umee/auction/v1/rewards/params";
option (google.api.http).get = "/umee/auction/v1/rewards_params";
}
// RewardAuction queries the information of the auction by ID. If ID is ommitted, returns
// current reward auction.
Expand Down
20 changes: 10 additions & 10 deletions x/auction/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x/auction/query.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8437c3

Please sign in to comment.