From 922af35e9e8d02f4d7f27daf55ad214c312b78b4 Mon Sep 17 00:00:00 2001 From: Filippo <110459737+filippoweb3@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:18:42 +0200 Subject: [PATCH] edits (#6198) --- docs/general/getting-started.md | 2 +- docs/general/kusama/kusama-getting-started.md | 2 +- docs/learn/learn-staking-advanced.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/general/getting-started.md b/docs/general/getting-started.md index b8eb0cde17eb..ca55b6a2726a 100644 --- a/docs/general/getting-started.md +++ b/docs/general/getting-started.md @@ -151,7 +151,7 @@ ideal ecosystem to build a [web3 future](./web3-and-polkadot.md). [DOT](../learn/learn-DOT.md) is the native token of the Polkadot Network. DOT can be used for transaction fees, staking, governance, acquisition of a parachain slot and for enabling several key functionalities on Polkadot. See more information on -[the Constants and Variables page](./chain-state-values.md). +[the Chain State Values page](./chain-state-values.md). :::info diff --git a/docs/general/kusama/kusama-getting-started.md b/docs/general/kusama/kusama-getting-started.md index f5b661b8c54b..69a109e82942 100644 --- a/docs/general/kusama/kusama-getting-started.md +++ b/docs/general/kusama/kusama-getting-started.md @@ -150,7 +150,7 @@ For brand-new learners of Kusama's cousin network, Polkadot, please head over to KSM is the native token of the Kusama Network. KSM can be used for transaction fees, staking, governance, acquisition of a parachain slot and for enabling several key functionalities on Kusama. -See more information on [the Constants and Variables page](../chain-state-values.md). +See more information on [the Chain State Values page](../chain-state-values.md). KSM has utility in [Kusama's OpenGov](../../learn/learn-polkadot-opengov.md) where you can [vote](../../learn/learn-polkadot-opengov.md#voting-on-a-referendum), diff --git a/docs/learn/learn-staking-advanced.md b/docs/learn/learn-staking-advanced.md index 01a88bdcf910..67d6851bbaf2 100644 --- a/docs/learn/learn-staking-advanced.md +++ b/docs/learn/learn-staking-advanced.md @@ -447,7 +447,7 @@ Queue The staking miners are required to pay a deposit to post their solutions. Deposit amount is the sum of `SignedDepositBase` +`SignedDepositByte` + `SignedDepositWeight`. All good solutions are subject to receiving a `SignedRewardBase`. For more information about deposit values see the -[Constants and Variables page](../general/chain-state-values.md#staking-miner-deposit). +[Chain State Values page](../general/chain-state-values.md#staking-miner-deposit). ### Further Resources