relayer icon indicating copy to clipboard operation
relayer copied to clipboard

refactor: dynamic fee support should be generalized to work with Skip Fee Market module

Open jtieri opened this issue 2 years ago • 0 comments

#1412 added support for querying the dynamic gas price base fee on Osmosis but it is currently hardcoded to only work with the Osmosis EIP-1559 implementation.

Once Skip's Fee Market module is live we should refactor this code so that it is generalized for all chains that may be using the module. This allows us to support many different fee market models on any Cosmos chain.

jtieri avatar Mar 01 '24 21:03 jtieri