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
Consumers will need to add a migration. The data for this property can be constructed by looping over the values in InfuraNetworkType from @metamask/controller-utils plus the network configuration IDs in the state property networkConfigurations and setting each value to { status: "unknown", EIPS: {} }.
BREAKING: Add selectedNetworkClientId to state (#1548)
Consumers will need to add a migration. This property should be set to either providerConfig.type or providerConfig.id.
Update getEIP1559Compatibility to return undefined when the latest block is unavailable (#1457)
Replace eth-query ^2.1.2 with @metamask/eth-query ^3.0.1 (#1546)
Removed
BREAKING: Remove networkDetails from state (#1559)
The data in this state property has been merged into the new networksMetadata state property; each value in this object contains an EIPS property.
@metamask/transaction-controller 8.0.1
Changed
Replace eth-query ^2.1.2 with @metamask/eth-query ^3.0.1 (#1546)