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
Running EVMOS binary locally, with ~/.evmosd/config/app.toml min-gas adjusted as well:
###############################################################################
### Base Configuration ###
###############################################################################
# The minimum gas prices a validator is willing to accept for processing a
# transaction. A transaction's fees must meet the minimum of any denomination
# specified in this config (e.g. 0.25token1;0.0001token2).
minimum-gas-prices = "21000000000aevmos"
The text was updated successfully, but these errors were encountered:
I can confirm that this issue is present in both relaying methods as I noticed it when trying to update the Juno light clients last week. It looks like more and more chains are looking to add this minimum global fee setting too so this should be a rather high priority fix.
boojamya
added
T: Bug 🪲
TYPE: Inconsistencies or issues which will cause an issue or problem for users or implementors.
and removed
T: Enhancement
TYPE: Enhancement
labels
Aug 10, 2022
IBC transactions from Evmos to Osmosis don't seem to go through due to not being above recently implemented min global fee.
Currently using
v2.0.0-rc3
.Error log:
rly
config for evmosI have tried increasing
gas-prices
and addinggas
flag with substantial amount. Same logs occur.Running EVMOS binary locally, with
~/.evmosd/config/app.toml
min-gas adjusted as well:The text was updated successfully, but these errors were encountered: