You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result is that the EVM-based gas fees are applied in the Cosmos transactions, where now we would like them to be segregated. So, have the EVM transactions be calculated based on the Feemarket parameters, and the Cosmos/validator gas fees based on the app settings found in `.../config/app.toml.
The text was updated successfully, but these errors were encountered:
Currently the Feemarket parameters are applied to the cosmos based transactions through the
MinGasPriceDecorator
hereevmos/app/ante/handler_options.go
Line 119 in b2ef7a4
evmos/app/ante/handler_options.go
Line 145 in b2ef7a4
But also through the
DeductFeeDecorator
, by using theDynamicFeeChecker
hereevmos/app/app.go
Line 874 in 1a3b3f3
The result is that the EVM-based gas fees are applied in the Cosmos transactions, where now we would like them to be segregated. So, have the EVM transactions be calculated based on the Feemarket parameters, and the Cosmos/validator gas fees based on the app settings found in `.../config/app.toml.
The text was updated successfully, but these errors were encountered: