diff --git a/docs/releases/v20_breaking_changes.md b/docs/releases/v20_breaking_changes.md deleted file mode 100644 index 1519ccf8a6..0000000000 --- a/docs/releases/v20_breaking_changes.md +++ /dev/null @@ -1,9 +0,0 @@ - -# V20 Breaking Changes - -### Emissions factors deprecated - -* `EmissionsFactors` have been deprecated and removed from the `emissions` module. - - This results in the removal of the query `/zeta-chain/emissions/get_emissions_factors`. - - The fixed block reward amount can now be queried via `/zeta-chain/emissions/params`. This is constant for every block and does not depend on any factors. - diff --git a/docs/releases/v21_breaking_changes.md b/docs/releases/v21_breaking_changes.md index df82831bad..818258fdf3 100644 --- a/docs/releases/v21_breaking_changes.md +++ b/docs/releases/v21_breaking_changes.md @@ -8,4 +8,11 @@ * If the chain already exists, the details will be updated. * If the chain does not exist, it will be added to the list of chains and saved to the store. * A new transaction type `RemoveChainInfo` has also been added to remove a chain from the list of chains. - * It accepts the chain-id of the chain to be removed as a parameter. \ No newline at end of file + * It accepts the chain-id of the chain to be removed as a parameter. + +### Emissions factors deprecated + +* `EmissionsFactors` have been deprecated and removed from the `emissions` module. + - This results in the removal of the query `/zeta-chain/emissions/get_emissions_factors`. + - The fixed block reward amount can now be queried via `/zeta-chain/emissions/params`. This is constant for every block and does not depend on any factors. +