Skip to content

37.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Dec 16:34
· 5556 commits to main since this release
26f596a

@metamask/assets-controllers

Changed

  • BREAKING: A new private property, controlled by the start and stop methods, is added to the CurrencyRateController: enabled. When this is false, no network requests will be made from the controller. Previously, setNativeCurrency or setCurrentCurrency would trigger a network request. That is now prevented if enabled is false. (#1002)

Fixed

  • The TokenRatesController no longer overwrites the disabled config property passed to the constructor, allowing the controller to be instantiated with config.disabled set to either true or false. (#1002)
  • This package will now warn if a required package is not present (#1003)

@metamask/gas-fee-controller

Fixed

  • This package will now warn if a required package is not present (#1003)

@metamask/permission-controller

Fixed

  • This package will now warn if a required package is not present (#1003)