From f6bd63cf58371078d749764f66acc906e99c92c0 Mon Sep 17 00:00:00 2001 From: Maksim Ramanenkau Date: Tue, 2 Apr 2024 13:40:13 +0200 Subject: [PATCH 1/2] Update inflation params --- packages/apps-config/src/api/params/inflation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/apps-config/src/api/params/inflation.ts b/packages/apps-config/src/api/params/inflation.ts index 9bcc187bc2e6..a4db1d9cb62f 100644 --- a/packages/apps-config/src/api/params/inflation.ts +++ b/packages/apps-config/src/api/params/inflation.ts @@ -27,7 +27,7 @@ const DEFAULT_PARAMS: InflationParams = { stakeTarget: 0.5 }; -const CERE_NETWORK_INFLATION_PARAMS = { ...DEFAULT_PARAMS, maxInflation: 0.05, minInflation: 0.0001, stakeTarget: 0.2 }; +const CERE_NETWORK_INFLATION_PARAMS = { ...DEFAULT_PARAMS, maxInflation: 0.1, minInflation: 0.0002, stakeTarget: 0.2 }; const KNOWN_PARAMS: Record = { [CERE_NETWORK_GENESIS]: CERE_NETWORK_INFLATION_PARAMS, From c4a7339d28499097b1062055884f92673242ba79 Mon Sep 17 00:00:00 2001 From: Maksim Ramanenkau Date: Tue, 2 Apr 2024 14:40:35 +0200 Subject: [PATCH 2/2] Bump versions --- CHANGELOG.md | 2 ++ package.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ffaef52ae8..98e35dffbb5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## vNext ... +## 0.28.1 +- Update inflation parameters ## 0.28.0 - Update to Polkadot-JS Apps 0.133.1 and Substrate Node v1.0.0 diff --git a/package.json b/package.json index dad4623ea1ee..ecb88aed95ff 100644 --- a/package.json +++ b/package.json @@ -16,10 +16,10 @@ }, "sideEffects": false, "type": "module", - "version": "0.28.0-cere", + "version": "0.28.1-cere", "versions": { - "git": "0.28.0-cere", - "npm": "0.28.0-cere" + "git": "0.28.1-cere", + "npm": "0.28.1-cere" }, "workspaces": [ "packages/*"