Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik committed Dec 18, 2024
1 parent 489d715 commit 23ffb9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contracts/icq-adapter-kv/src/contract.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use cosmwasm_std::{
attr, ensure, ensure_eq, to_json_binary, Binary, CosmosMsg, Deps, DepsMut, Empty, Env,
MessageInfo, Order, Reply, Response, StdError, StdResult, SubMsg, WasmMsg,
attr, to_json_binary, Binary, Deps, DepsMut, Empty, Env, MessageInfo, Order, Reply, Response,
StdError, StdResult, SubMsg,
};
use drop_helpers::answer::response;
use drop_helpers::icq::new_delegations_and_balance_query_msg;
Expand Down
4 changes: 2 additions & 2 deletions contracts/icq-router/src/contract.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use cosmwasm_std::{
attr, ensure, ensure_eq, from_json, to_json_binary, BankMsg, Binary, Coin, CosmosMsg, Deps,
DepsMut, Empty, Env, MessageInfo, Response, WasmMsg,
attr, ensure, ensure_eq, to_json_binary, Binary, CosmosMsg, Deps, DepsMut, Empty, Env,
MessageInfo, Response, WasmMsg,
};
use drop_helpers::answer::response;
use drop_staking_base::msg::icq_router::{BalancesData, DelegationsData};
Expand Down

0 comments on commit 23ffb9a

Please sign in to comment.