Closed bergeron closed 3 weeks ago
Updates the polling input for TokenRatesController to a chain id instead of a network client id.
TokenRatesController
@metamask/assets-controllers
{chainId: Hex}
startPolling()
{networkClientId: NetworkClientId}
@metamaskbot publish-preview
Preview builds have been published. See these instructions for more information about preview builds.
Explanation
Updates the polling input for
TokenRatesController
to a chain id instead of a network client id.References
Changelog
@metamask/assets-controllers
TokenRatesController
now accepts{chainId: Hex}
as its polling input tostartPolling()
instead of{networkClientId: NetworkClientId}
Checklist