We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d5a7b commit 961e001Copy full SHA for 961e001
primitives/src/constants.rs
@@ -98,7 +98,7 @@ pub const NS_PALLET_ID: PalletId = PalletId(*b"zge/neos");
98
99
// Prediction Markets
100
/// The maximum allowed market life time, measured in blocks.
101
-pub const MAX_MARKET_LIFETIME: BlockNumber = 4 * BLOCKS_PER_YEAR;
+pub const MAX_MARKET_LIFETIME: BlockNumber = 80 * BLOCKS_PER_YEAR;
102
/// Max. categories in a prediction market.
103
pub const MAX_CATEGORIES: u16 = 64;
104
/// The dispute_duration is time where users can dispute the outcome.
0 commit comments