Skip to content

Commit

Permalink
resolve 'TODO' - migration will automatically update outpost code id
Browse files Browse the repository at this point in the history
  • Loading branch information
BiPhan4 committed Oct 29, 2024
1 parent 9447399 commit 8f774e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cross-contract/contracts/outpost-factory/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use cw_storage_plus::{Item, Map};
pub use contract::ContractState;

/// The item used for storing the outpost's code id
/// TODO: need a function to update the code ID when we release an updated version of the outpost
pub const STATE: Item<ContractState> = Item::new("state");

/// A mapping of the user's address to the outpost address they own
Expand Down

0 comments on commit 8f774e6

Please sign in to comment.