Skip to content

Commit b76343a

Browse files
committed
refactor: reinstate tracking for failed intent tx
1 parent 749d063 commit b76343a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/bridge-status-controller/src/bridge-status-controller.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,6 @@ export class BridgeStatusController extends StaticIntervalPollingController<Brid
213213
({ transactionMeta }) => {
214214
const { type, status, id } = transactionMeta;
215215

216-
// Skip intent transactions - they have their own tracking via CoW API
217-
if (
218-
(transactionMeta as { swapMetaData?: { isIntentTx?: boolean } })
219-
.swapMetaData?.isIntentTx
220-
) {
221-
return;
222-
}
223-
224216
if (
225217
type &&
226218
[

0 commit comments

Comments
 (0)