Skip to content

Commit

Permalink
feat(ante): added global min gas price checks
Browse files Browse the repository at this point in the history
  • Loading branch information
keruch committed Dec 4, 2024
1 parent 684b2ea commit 7bdc654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@ func (app *App) setAnteHandler(txConfig client.TxConfig, wasmConfig wasmtypes.Wa
FeegrantKeeper: app.FeeGrantKeeper,
SignModeHandler: txConfig.SignModeHandler(),
SigGasConsumer: evmosante.SigVerificationGasConsumer,
TxFeeChecker: app.RollappParamsKeeper.CheckTxFeeWithMinGasPrices(),
},
DistrKeeper: app.DistrKeeper,
SequencersKeeper: app.SequencersKeeper,
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,5 @@ replace (
github.com/libp2p/go-libp2p-pubsub => github.com/dymensionxyz/go-libp2p-pubsub v0.0.0-20240513081713-3ecd83c19ea2
github.com/osmosis-labs/osmosis/v15 => github.com/dymensionxyz/osmosis/v15 v15.2.0-dymension-v1.1.3
github.com/tendermint/tendermint => github.com/dymensionxyz/cometbft v0.34.29-0.20241128205759-2a9d5f015da5
github.com/dymensionxyz/dymension-rdk => ../dymension-rdk
)

0 comments on commit 7bdc654

Please sign in to comment.