feat(x/mint): Add max supply param (#19896)

Co-authored-by: Marko <marko@baricevic.me>
This commit is contained in:
Likhita Polavarapu
2024-05-03 10:26:18 +00:00
committed by GitHub
co-authored by Marko
parent 74966c9c94
commit 52dbcc171c
15 changed files with 297 additions and 65 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ func (s *E2ETestSuite) TestQueryGRPC() {
&minttypes.QueryParamsResponse{},
&minttypes.QueryParamsResponse{
Params: minttypes.NewParams("stake", math.LegacyNewDecWithPrec(13, 2), math.LegacyNewDecWithPrec(100, 2),
math.LegacyNewDec(1), math.LegacyNewDecWithPrec(67, 2), (60 * 60 * 8766 / 5)),
math.LegacyNewDec(1), math.LegacyNewDecWithPrec(67, 2), (60 * 60 * 8766 / 5), math.ZeroInt()),
},
},
{