Skip to content

Commit

Permalink
fix v1config
Browse files Browse the repository at this point in the history
  • Loading branch information
simke9445 committed Nov 9, 2023
1 parent 71fffd5 commit 6dc2b50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/warp-controller/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ pub fn migrate(deps: DepsMut, _env: Env, msg: MigrateMsg) -> Result<Response, Co
pub minimum_reward: Uint128,
pub creation_fee_percentage: Uint64,
pub cancellation_fee_percentage: Uint64,
pub resolver_address: Addr,
// maximum time for evictions
pub t_max: Uint64,
// minimum time for evictions
Expand Down

0 comments on commit 6dc2b50

Please sign in to comment.