File tree 1 file changed +2
-2
lines changed
runtimes/shared-configuration/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ pub const AUCTION_OPENING_DURATION: BlockNumber = 2;
44
44
#[ cfg( feature = "fast-mode" ) ]
45
45
pub const AUCTION_OPENING_DURATION : BlockNumber = 7 * crate :: MINUTES ;
46
46
#[ cfg( not( any( feature = "fast-mode" , feature = "instant-mode" ) ) ) ]
47
- pub const AUCTION_OPENING_DURATION : BlockNumber = 2 * crate :: DAYS ;
47
+ pub const AUCTION_OPENING_DURATION : BlockNumber = 4 * crate :: DAYS ;
48
48
49
49
#[ cfg( feature = "instant-mode" ) ]
50
50
pub const AUCTION_CLOSING_DURATION : BlockNumber = 2 ;
51
51
#[ cfg( feature = "fast-mode" ) ]
52
52
pub const AUCTION_CLOSING_DURATION : BlockNumber = 7 * crate :: MINUTES ;
53
53
#[ cfg( not( any( feature = "fast-mode" , feature = "instant-mode" ) ) ) ]
54
- pub const AUCTION_CLOSING_DURATION : BlockNumber = 3 * crate :: DAYS ;
54
+ pub const AUCTION_CLOSING_DURATION : BlockNumber = 1 * crate :: DAYS ;
55
55
56
56
#[ cfg( feature = "instant-mode" ) ]
57
57
pub const COMMUNITY_FUNDING_DURATION : BlockNumber = 3 ;
You can’t perform that action at this time.
0 commit comments