Skip to content

Commit 961e001

Browse files
committed
increase max market lifetime
1 parent 12d5a7b commit 961e001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/src/constants.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ pub const NS_PALLET_ID: PalletId = PalletId(*b"zge/neos");
9898

9999
// Prediction Markets
100100
/// The maximum allowed market life time, measured in blocks.
101-
pub const MAX_MARKET_LIFETIME: BlockNumber = 4 * BLOCKS_PER_YEAR;
101+
pub const MAX_MARKET_LIFETIME: BlockNumber = 80 * BLOCKS_PER_YEAR;
102102
/// Max. categories in a prediction market.
103103
pub const MAX_CATEGORIES: u16 = 64;
104104
/// The dispute_duration is time where users can dispute the outcome.

0 commit comments

Comments
 (0)