Skip to content

Commit

Permalink
remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjatosba committed Feb 26, 2024
1 parent 98b19bf commit 2f9fd45
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion contracts/whitelists/round-whitelist/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ pub mod error;
pub mod msg;
pub mod round;
pub mod state;
pub mod utils;
11 changes: 0 additions & 11 deletions contracts/whitelists/round-whitelist/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,3 @@ pub enum ExecuteMsg {
round_index: u32,
},
}

#[cw_serde]
pub struct ConfigResponse {
pub num_members: u32,
pub per_address_limit: u32,
pub member_limit: u32,
pub start_time: Timestamp,
pub end_time: Timestamp,
pub mint_price: Coin,
pub is_active: bool,
}
1 change: 0 additions & 1 deletion contracts/whitelists/round-whitelist/src/utils.rs

This file was deleted.

0 comments on commit 2f9fd45

Please sign in to comment.