Skip to content

Commit

Permalink
set meetup size target to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
pifragile committed Feb 25, 2024
1 parent 679f06d commit f55e396
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 @@ -420,7 +420,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 f55e396

Please sign in to comment.