Skip to content

Commit

Permalink
Up default inflation value
Browse files Browse the repository at this point in the history
Signed-off-by: Justin <[email protected]>
  • Loading branch information
justinbarry committed Dec 5, 2024
1 parent cd496f8 commit d6db8fd
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 d6db8fd

Please sign in to comment.