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
Add submitTx handler that submits cross-chain swaps transactions and triggers polling for destination transaction status (#5634)
Enable submitting EVM transactions using submitTx (#5643)
Add functionality for importing tokens from transaction after successful confirmation (#5643)
Changed
BREAKING Change @metamask/bridge-controller from dependency to peer dependency and bump to ^16.0.0 (#5657, #5665, #5643#5672)
Add optional config.customBridgeApiBaseUrl constructor arg to set the bridge-api base URL (#5634)
Add required addTransactionFn and estimateGasFeeFn args to the BridgeStatusController constructor to enable calling TransactionController's methods from submitTx (#5643)
Add optional addUserOperationFromTransactionFn arg to the BridgeStatusController constructor to enable submitting txs from smart accounts using the UserOperationController's addUserOperationFromTransaction method (#5643)
Fixed
Update validators to accept any bridge string in the StatusResponse (#5634)