Skip to content

Commit

Permalink
add usd rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Mar 22, 2024
1 parent 8dee4f2 commit d6de406
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 32 deletions.
5 changes: 3 additions & 2 deletions proto/umee/auction/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ message QueryRewardAuction {
message QueryRewardAuctionResponse {
uint32 id = 1;
// highest bidder
string bidder = 2;
repeated cosmos.base.v1beta1.Coin rewards = 3 [(gogoproto.nullable) = false];
string bidder = 2;
repeated cosmos.base.v1beta1.Coin rewards = 3 [(gogoproto.nullable) = false];
cosmos.base.v1beta1.Coin usd_rewards = 4 [(gogoproto.nullable) = false];
}
114 changes: 84 additions & 30 deletions x/auction/query.pb.go

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

0 comments on commit d6de406

Please sign in to comment.