Skip to content

Commit

Permalink
chore: impl migrate func for oraidex
Browse files Browse the repository at this point in the history
  • Loading branch information
trung2891 committed Oct 8, 2024
1 parent bf90265 commit b7db1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/adapters/swap/oraidex/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use skip::{

#[cfg_attr(not(feature = "library"), entry_point)]
pub fn migrate(_deps: DepsMut, _env: Env, _msg: MigrateMsg) -> ContractResult<Response> {
unimplemented!()
Ok(Response::default())
}

///////////////////
Expand Down

0 comments on commit b7db1e9

Please sign in to comment.