Skip to content

Commit 05b4eb4

Browse files
committed
chore: add comment for synthetic tx
1 parent b76343a commit 05b4eb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,6 +1692,8 @@ export class BridgeStatusController extends StaticIntervalPollingController<Brid
16921692
formatChainIdToHex(chainId),
16931693
);
16941694

1695+
// This is a synthetic transaction whose purpose is to be able
1696+
// to track the order status via the history
16951697
const intentTransactionParams = {
16961698
chainId: formatChainIdToHex(chainId),
16971699
from: accountAddress,

0 commit comments

Comments
 (0)