Skip to content

Commit

Permalink
updated max gas to same as cosmos hub
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba committed Jan 10, 2025
1 parent 00371d5 commit dfe5fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/light-clients/08-wasm/testing/simapp/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ func (app *SimApp) InitChainer(ctx sdk.Context, req *abci.InitChainRequest) (*ab
return nil, err
}
consensusParams := cmttypes.ConsensusParamsFromProto(paramsProto)
consensusParams.Block.MaxGas = 100_000_000
consensusParams.Block.MaxGas = 75_000_000 // The same as Cosmos Hub at the moment
if err := app.ConsensusParamsKeeper.ParamsStore.Set(ctx, consensusParams.ToProto()); err != nil {
return nil, err
}
Expand Down

0 comments on commit dfe5fec

Please sign in to comment.