@@ -35,7 +35,7 @@ func (s *E2ETestSuite) TestTotalSupplyGRPCHandler() {
3535 & types.QueryTotalSupplyResponse {
3636 Supply : sdk .NewCoins (
3737 sdk .NewCoin (fmt .Sprintf ("%stoken" , val .GetMoniker ()), s .cfg .AccountTokens ),
38- sdk .NewCoin (s .cfg .BondDenom , s .cfg .StakingTokens .Add (math .NewInt (10 ))),
38+ sdk .NewCoin (s .cfg .BondDenom , s .cfg .StakingTokens .Add (math .NewInt (3 ))),
3939 ),
4040 Pagination : & query.PageResponse {
4141 Total : 2 ,
@@ -50,7 +50,7 @@ func (s *E2ETestSuite) TestTotalSupplyGRPCHandler() {
5050 },
5151 & types.QuerySupplyOfResponse {},
5252 & types.QuerySupplyOfResponse {
53- Amount : sdk .NewCoin (s .cfg .BondDenom , s .cfg .StakingTokens .Add (math .NewInt (10 ))),
53+ Amount : sdk .NewCoin (s .cfg .BondDenom , s .cfg .StakingTokens .Add (math .NewInt (3 ))),
5454 },
5555 },
5656 {
@@ -61,7 +61,7 @@ func (s *E2ETestSuite) TestTotalSupplyGRPCHandler() {
6161 },
6262 & types.QuerySupplyOfResponse {},
6363 & types.QuerySupplyOfResponse {
64- Amount : sdk .NewCoin (s .cfg .BondDenom , s .cfg .StakingTokens .Add (math .NewInt (20 ))),
64+ Amount : sdk .NewCoin (s .cfg .BondDenom , s .cfg .StakingTokens .Add (math .NewInt (6 ))),
6565 },
6666 },
6767 {
@@ -72,7 +72,7 @@ func (s *E2ETestSuite) TestTotalSupplyGRPCHandler() {
7272 },
7373 & types.QuerySupplyOfResponse {},
7474 & types.QuerySupplyOfResponse {
75- Amount : sdk .NewCoin (s .cfg .BondDenom , s .cfg .StakingTokens .Add (math .NewInt (10 ))),
75+ Amount : sdk .NewCoin (s .cfg .BondDenom , s .cfg .StakingTokens .Add (math .NewInt (3 ))),
7676 },
7777 },
7878 {
0 commit comments