diff --git a/runtime/firechain-thunder-runtime/src/lib.rs b/runtime/firechain-thunder-runtime/src/lib.rs index 23e8810..dbb3db3 100644 --- a/runtime/firechain-thunder-runtime/src/lib.rs +++ b/runtime/firechain-thunder-runtime/src/lib.rs @@ -450,7 +450,7 @@ impl pallet_indices::Config for Runtime { } parameter_types! { - pub const ExistentialDeposit: Balance = DOLLARS/1; + pub const ExistentialDeposit: Balance = 1; // For weight estimation, we assume that the most locks on an individual account will be 50. // This number may need to be adjusted in the future if this assumption no longer holds true. pub const MaxLocks: u32 = 50;