MetaMask / core

This monorepo is a collection of packages used across multiple MetaMask clients
MIT License
293 stars 188 forks source link

feat: update currency rate controller polling input #4839

Closed bergeron closed 1 month ago

bergeron commented 1 month ago

Explanation

Prepares the currency rate controller to be polled across chains. We want a unique polling loop for each unique native currency (e.g. ETH, BNB). Rather than for each network client id. So this PR updates the polling input to {nativeCurrency: string}

References

Changelog

@metamask/assets-controllers

Checklist

bergeron commented 1 month ago

@metamaskbot publish-preview