Skip to content
Snippets Groups Projects
Commit 775e4c88 authored by Éloïs's avatar Éloïs
Browse files

feat(runtimes): reduce existential deposit to 2 units

parent 677bb624
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ parameter_types! {
// Balances
frame_support::parameter_types! {
pub const ExistentialDeposit: Balance = 500;
pub const ExistentialDeposit: Balance = 200;
pub const MaxLocks: u32 = 50;
}
......
......@@ -70,7 +70,7 @@ parameter_types! {
// Balances
frame_support::parameter_types! {
pub const ExistentialDeposit: Balance = 500;
pub const ExistentialDeposit: Balance = 200;
pub const MaxLocks: u32 = 50;
}
......
......@@ -72,7 +72,7 @@ parameter_types! {
// Balances
frame_support::parameter_types! {
pub const ExistentialDeposit: Balance = 500;
pub const ExistentialDeposit: Balance = 200;
pub const MaxLocks: u32 = 50;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment