Skip to content

144.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 13:09
5cf233b

@metamask/gas-fee-controller 15.1.0

Added

  • Add nonRPCGasFeeApisDisabled property to the gas fee controller, allowing the user to specify that they want to prevent network request to gas estimate services, and only want gas estimates to be based on rpc requests (eth_feeHistory and eth_gasPrice) to the provider. (#4094)

Fixed

  • Fix GasFeeController incorrectly setting globally selected state, so that state is only updated if the gasFeeEstimate fetched is for the currently selected network (#4214)