Open
Description
In #4168, gas price estimation was implemented only for transactions that are not MsgPayForBlob
due to a misunderstanding of the ADR.
We need to change the gas price estimation for blob submission in state/core_access.go
to, instead of just querying for the minimum gas price, to actually use the estimator service to query gas price as well