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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
BREAKING Add EIP1559 support including speedUpTransaction and stopTransaction (#521)
The breaking change here is that consumers of this repo now have to check if the transaction object includes a gas price and fetch and add it themselves (if need be).
Changed
Make equality comparisons for token and collectible addresses in TokensController and CollectiblesController case insensitive (#537)
Reset gas fee estimate polling onNetworkStateChange in the gasFeeController (#534)
Fixed
Update AssetDetectionController to handle new fetch limits for the OpenSea collectibles api (#536)