Skip to content

Commit

Permalink
Use original inflation values
Browse files Browse the repository at this point in the history
  • Loading branch information
MRamanenkau committed Apr 22, 2024
1 parent 00350b2 commit d8b5614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/params/inflation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const DEFAULT_PARAMS: InflationParams = {
stakeTarget: 0.5
};

const CERE_NETWORK_INFLATION_PARAMS = { ...DEFAULT_PARAMS, maxInflation: 0.1, minInflation: 0.0002, stakeTarget: 0.2 };
const CERE_NETWORK_INFLATION_PARAMS = { ...DEFAULT_PARAMS, maxInflation: 0.05, minInflation: 0.0001, stakeTarget: 0.2 };

const KNOWN_PARAMS: Record<string, InflationParams> = {
[CERE_NETWORK_GENESIS]: CERE_NETWORK_INFLATION_PARAMS,
Expand Down

0 comments on commit d8b5614

Please sign in to comment.