Skip to content

Commit be458dc

Browse files
committed
Reverted ED change back as it may adversely affect cold wallets
1 parent ec0b2fa commit be458dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ impl pallet_utility::Config for Runtime {
268268
}
269269

270270
// Existential deposit.
271-
pub const EXISTENTIAL_DEPOSIT: u64 = 2_000_000;
271+
pub const EXISTENTIAL_DEPOSIT: u64 = 500;
272272

273273
impl pallet_balances::Config for Runtime {
274274
type MaxLocks = ConstU32<50>;

0 commit comments

Comments
 (0)