Skip to content

Commit

Permalink
fix(smart-contracts): use the correct proto definitions and paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nseguias committed Apr 5, 2024
1 parent a05413b commit 8d2a427
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/injective-auction-pool/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ pub(crate) fn validate_percentage(percentage: Decimal) -> Result<Decimal, Contra
pub(crate) fn query_current_auction(
deps: Deps,
) -> Result<QueryCurrentAuctionBasketResponse, ContractError> {
// TODO: fix deserialization
let current_auction_basket_response: QueryCurrentAuctionBasketResponse =
deps.querier.query(&QueryRequest::Stargate {
path: "/injective.auction.v1beta1.Query/CurrentAuctionBasket".to_string(),
Expand Down

0 comments on commit 8d2a427

Please sign in to comment.