Skip to content

Commit

Permalink
Up default inflation value (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin <[email protected]>
  • Loading branch information
justinbarry authored Dec 5, 2024
1 parent dddc1f9 commit 01cc0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/staking/lib/core/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ export const getInflation = async () => {

const params = await queryClient.mint.params().catch(() => null);

return params?.inflationMax || 0.2;
return params?.inflationMax || 0.42;
};

0 comments on commit 01cc0b0

Please sign in to comment.