Skip to content

Commit 479d8d4

Browse files
committed
Increase ED to 0.002 TAO
1 parent c5c1c8c commit 479d8d4

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 = 500;
271+
pub const EXISTENTIAL_DEPOSIT: u64 = 2_000_000;
272272

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

0 commit comments

Comments
 (0)