Skip to content

Commit

Permalink
set meetup size target to 15 (#358)
Browse files Browse the repository at this point in the history
Co-authored-by: brenzi <[email protected]>
  • Loading branch information
pifragile and brenzi authored Mar 6, 2024
1 parent 6bff158 commit aa2a122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ parameter_types! {
pub const DefaultDemurrage: Demurrage = Demurrage::from_bits(0x0000000000000000000001E3F0A8A973_i128);
/// 0.000005
pub const EncointerExistentialDeposit: BalanceType = BalanceType::from_bits(0x0000000000000000000053e2d6238da4_u128);
pub const MeetupSizeTarget: u64 = 10;
pub const MeetupSizeTarget: u64 = 15;
pub const MeetupMinSize: u64 = 3;
pub const MeetupNewbieLimitDivider: u64 = 2;
pub const FaucetPalletId: PalletId = PalletId(*b"ectrfct0");
Expand Down

0 comments on commit aa2a122

Please sign in to comment.