Skip to content

Commit

Permalink
update default params for test (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jul 6, 2023
1 parent d14eada commit 7dfd2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ import (
// EthermintApp testing.
var DefaultConsensusParams = &abci.ConsensusParams{
Block: &abci.BlockParams{
MaxBytes: 200000,
MaxGas: -1, // no limit
MaxBytes: 1048576,
MaxGas: 81500000, // default limit
},
Evidence: &tmproto.EvidenceParams{
MaxAgeNumBlocks: 302400,
Expand Down

0 comments on commit 7dfd2b2

Please sign in to comment.