Skip to content
Snippets Groups Projects
Unverified Commit 762f9023 authored by kvalerio's avatar kvalerio Committed by GitHub
Browse files

Fixing token-economics dead link (#5302)


The page
[2-token-economics](https://research.web3.foundation/en/latest/polkadot/overview/2-token-economics.html)
is a dead link, replacing it with
[token-economics](https://research.web3.foundation/Polkadot/overview/token-economics).

Co-authored-by: default avatarBastian Köcher <git@kchr.de>
parent 3a6c4894
No related merge requests found
Pipeline #519130 waiting for manual action with stages
in 1 hour, 30 minutes, and 22 seconds
......@@ -140,7 +140,7 @@ type BalanceOf<T> = <<T as Config>::OnChargeTransaction as OnChargeTransaction<T
/// Meaning that fees can change by around ~23% per day, given extreme congestion.
///
/// More info can be found at:
/// <https://research.web3.foundation/en/latest/polkadot/overview/2-token-economics.html>
/// <https://research.web3.foundation/Polkadot/overview/token-economics>
pub struct TargetedFeeAdjustment<T, S, V, M, X>(core::marker::PhantomData<(T, S, V, M, X)>);
/// Something that can convert the current multiplier to the next one.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment