Skip to content

Commit

Permalink
Merge pull request #12 from GMorDIE/CHAD-helping_the_poor
Browse files Browse the repository at this point in the history
Make FREN cease cry
  • Loading branch information
arrudagates authored Aug 18, 2022
2 parents 06beebf + 685f939 commit e562112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -608,12 +608,12 @@ impl pallet_treasury::Config for Runtime {
}

parameter_types! {
pub BasicDeposit: Balance = 1000 * UNIT;
pub FieldDeposit: Balance = 500 * UNIT;
pub BasicDeposit: Balance = 100 * UNIT;
pub FieldDeposit: Balance = 50 * UNIT;
pub const MaxAdditionalFields: u32 = 32;
pub const MaxRegistrars: u32 = 8;
pub const MaxSubAccounts: u32 = 32;
pub SubAccountDeposit: Balance = 2000 * UNIT;
pub SubAccountDeposit: Balance = 200 * UNIT;
}

impl pallet_identity::Config for Runtime {
Expand Down

0 comments on commit e562112

Please sign in to comment.