Skip to content

Commit

Permalink
Change ED to 1
Browse files Browse the repository at this point in the history
Signed-off-by: Ayushi <ayushi@5ire.org>
  • Loading branch information
Ayushi5ire committed Jul 23, 2024
1 parent ccef7c3 commit 9e822a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/firechain-thunder-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9e822a3

Please sign in to comment.