You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: assetExchangeRates added to BridgeController state to support tokens which are not supported by assets controllers (#5614)
selectExchangeRateByChainIdAndAddress selector added, which looks up exchange rates from assets and bridge controller states (#5614)
selectBridgeQuotes selector added, which returns sorted quotes including their metadata (#5614)
selectIsQuoteExpired selector added, which returns whether quotes are expired or stale (#5614)
Changed
BREAKING: Change TokenAmountValues key types from BigNumber to string (#5614)
BREAKING: Assets controller getState actions have been added to AllowedActions so clients will need to include TokenRatesController:getState,MultichainAssetsRatesController:getState and CurrencyRateController:getState in controller initializations (#5614)
Make srcAsset and destAsset optional in Step type to be optional (#5614)
Make QuoteResponse trade generic to support Solana quotes which have string trade data (#5614)
Bump @metamask/multichain-network-controller peer dependency to ^0.4.0 (#5649)