Skip to content

Commit

Permalink
fix test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Aug 14, 2023
1 parent 019c81f commit c952f5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion proto/greenfield/permission/params.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ message Params {
// enforced, thereby reducing the chances of DDos and other security incidents.
uint64 maximum_group_num = 2;
// the maximum number of endblocker loops to execute
uint64 maximum_endblocker_loops = 18;
uint64 maximum_endblocker_loops = 3;
}
2 changes: 1 addition & 1 deletion x/bridge/keeper/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ func (s *TestSuite) TestInitGenesis() {

// Check that the genesis state was set correctly.
params := k.GetParams(s.ctx)
s.Require().Equal(sdkmath.NewInt(250000000000000), params.BscTransferOutRelayerFee)
s.Require().Equal(sdkmath.NewInt(780000000000000), params.BscTransferOutRelayerFee)
s.Require().Equal(sdkmath.NewInt(0), params.BscTransferOutAckRelayerFee)
}
14 changes: 6 additions & 8 deletions x/permission/types/params.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c952f5a

Please sign in to comment.