From 2325773f2c22b2c9bef4d5dc60252703c836be12 Mon Sep 17 00:00:00 2001
From: Radha <86818441+DrW3RK@users.noreply.github.com>
Date: Fri, 15 Sep 2023 12:35:49 +0200
Subject: [PATCH] Existential Deposit formatting fx
---
docs/build/build-protocol-info.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/build/build-protocol-info.md b/docs/build/build-protocol-info.md
index a7a8f0fe30c0..3747f4317781 100644
--- a/docs/build/build-protocol-info.md
+++ b/docs/build/build-protocol-info.md
@@ -80,9 +80,11 @@ order to reduce the public key from 33 bytes to 32 bytes.
Polkadot, and most Substrate-based chains, use an _existential deposit_ (ED) to prevent dust
accounts from bloating chain state. If an account drops below the ED, it will be _reaped,_ i.e.
completely removed from storage and the nonce reset. Polkadot's ED is
-,
+{{ polkadot: , :polkadot }}
+{{ kusama: , :kusama }}
while Kusama's is
-.
+{{ polkadot: . :polkadot }}
+{{ kusama: . :kusama }}
You can always verify the existential deposit by checking the
[chain state](https://polkadot.js.org/apps/#/chainstate) for the constant
`balances.existentialDeposit`.