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: Upgrade peer dependency @metamask/transaction-controller from ^58.0.0 to ^60.4.0 (#532, #534)
BREAKING: Remove getNonceLock, confirmExternalTransaction, getTransactions, and updateTransaction constructor option in favor of messenger actions (#534)
The messenger is now used to access TransactionController; you must add these actions to the SmartTransactionController messenger allowlist:
TransactionController:getNonceLock
TransactionController:confirmExternalTransaction
TransactionController:getTransactions
TransactionController:updateTransaction
Upgrade @metamask/base-controller from ^7.0.1 to ^8.3.0 (#529)
Upgrade @metamask/polling-controller from ^12.0.0 to ^14.0.0 (#529)