diff --git a/app/ante/eth.go b/app/ante/eth.go index 9f74039c7d..ae4dce5a57 100644 --- a/app/ante/eth.go +++ b/app/ante/eth.go @@ -286,7 +286,7 @@ func (ctd CanTransferDecorator) AnteHandle(ctx sdk.Context, tx sdk.Tx, simulate } if coreMsg.GasFeeCap().Cmp(baseFee) < 0 { return ctx, sdkerrors.Wrapf( - evmtypes.ErrInvalidBaseFee, + sdkerrors.ErrInsufficientFee, "max fee per gas less than block base fee (%s < %s)", coreMsg.GasFeeCap(), baseFee, )