Joystream / joystream

Joystream Monorepo
http://www.joystream.org
GNU General Public License v3.0
1.42k stars 115 forks source link

Polkadot-js needs a PR to make sure that inflation and APR/APY are correct #5069

Open mochet opened 7 months ago

mochet commented 7 months ago

Background/problem

As highlighted in this issue (https://github.com/polkadot-js/apps/issues/9860) the Polkadot-js UI is based off the default Polkadot staking parameters which are different to ours. This means that the inflation shown in the polkadot-js UI is incorrect but more importantly the staking reward returns are incorrect. We are being asked by 3rd party providers to verify APY rewards but don't currently have anywhere that displays these correctly.

As there are many, many chains this is not something the polkadot-js maintainers will do for us.

Solution

It seems that someone with the requisite technical knowledge needs to make a PR to the polkadot-js repo which gives the correct parameters for our specific chain and this would hopefully be trivial to do.