Skip to content

Commit 879f256

Browse files
authored
feat: funding round should last 2 weeks
1 parent 10286ad commit 879f256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/shared-configuration/src/funding.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub const AUCTION_ROUND_DURATION: BlockNumber = 7;
3434
#[cfg(feature = "fast-mode")]
3535
pub const AUCTION_ROUND_DURATION: BlockNumber = 120 * crate::MINUTES;
3636
#[cfg(not(any(feature = "fast-mode", feature = "instant-mode")))]
37-
pub const AUCTION_ROUND_DURATION: BlockNumber = 7 * crate::DAYS;
37+
pub const AUCTION_ROUND_DURATION: BlockNumber = 14 * crate::DAYS;
3838

3939
pub type ProjectIdentifier = u32;
4040

0 commit comments

Comments
 (0)