Skip to content

Commit

Permalink
add wrongly removed import
Browse files Browse the repository at this point in the history
  • Loading branch information
jbernal87 committed Apr 29, 2024
1 parent 333cb2a commit bb0fc63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::{
state::{CacheOrderInfo, ORDER_CALL_CACHE},
ContractError,
};
use cosmos_sdk_proto::{cosmos::authz::v1beta1::MsgExec, Any};
use cosmos_sdk_proto::{cosmos::authz::v1beta1::MsgExec, traits::Message, Any};
use cosmwasm_std::{DepsMut, Env, MessageInfo, Response, SubMsg};
use injective_cosmwasm::{InjectiveMsgWrapper, InjectiveQuerier, InjectiveQueryWrapper, MarketId, OrderType, SubaccountId};
use injective_math::{scale::Scaled, FPDecimal};
Expand Down

0 comments on commit bb0fc63

Please sign in to comment.