From 8d2a427a93e5e2ce1100645e5074587dc52f053e Mon Sep 17 00:00:00 2001 From: nahem Date: Fri, 5 Apr 2024 15:44:43 +0200 Subject: [PATCH] fix(smart-contracts): use the correct proto definitions and paths --- contracts/injective-auction-pool/src/helpers.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/injective-auction-pool/src/helpers.rs b/contracts/injective-auction-pool/src/helpers.rs index 2af18c4..7727b6c 100644 --- a/contracts/injective-auction-pool/src/helpers.rs +++ b/contracts/injective-auction-pool/src/helpers.rs @@ -262,7 +262,6 @@ pub(crate) fn validate_percentage(percentage: Decimal) -> Result Result { - // TODO: fix deserialization let current_auction_basket_response: QueryCurrentAuctionBasketResponse = deps.querier.query(&QueryRequest::Stargate { path: "/injective.auction.v1beta1.Query/CurrentAuctionBasket".to_string(),