Skip to content

Commit

Permalink
Merge branch 'humanalgorithm/dydx-main-branch-v3.x' into serkan/white…
Browse files Browse the repository at this point in the history
…list-immutable-flex
  • Loading branch information
MightOfOaks authored Mar 3, 2024
2 parents 6c5efe8 + 2bc0f46 commit 553d7b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions test-suite/src/dydx_airdrop/setup/mock_minter_contract.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use cosmwasm_std::{entry_point, to_json_binary};
use cosmwasm_std::{Binary, Coin, Deps, DepsMut, Env, MessageInfo, StdResult, Timestamp};
use cosmwasm_std::entry_point;
use cosmwasm_std::{
to_json_binary, Binary, Coin, Deps, DepsMut, Env, MessageInfo, StdResult, Timestamp,
};
use cw_multi_test::{Contract, ContractWrapper};
use dydx_airdrop::error::ContractError;
use sg_std::{Response, StargazeMsgWrapper};
Expand Down
4 changes: 2 additions & 2 deletions test-suite/src/dydx_airdrop/setup/mock_whitelist_contract.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use cosmwasm_std::{entry_point, to_json_binary};
use cosmwasm_std::{Binary, Deps, DepsMut, Env, MessageInfo, StdResult};
use cosmwasm_std::entry_point;
use cosmwasm_std::{to_json_binary, Binary, Deps, DepsMut, Env, MessageInfo, StdResult};
use cw_multi_test::{Contract, ContractWrapper};
use dydx_airdrop::error::ContractError;
use sg_std::{Response, StargazeMsgWrapper};
Expand Down

0 comments on commit 553d7b0

Please sign in to comment.