Skip to content

Commit 3f2ec7d

Browse files
committed
refactor: fix imports, remove dead code
1 parent f2aa67e commit 3f2ec7d

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ import {
4747
TraceName,
4848
} from './constants';
4949
import { IntentApiImpl } from './utils/intent-api';
50-
import type { IntentOrder } from './intent-order';
5150
import type {
5251
BridgeStatusControllerState,
5352
StartPollingForBridgeTxStatusArgsSerialized,
@@ -83,7 +82,7 @@ import {
8382
handleNonEvmTxResponse,
8483
generateActionId,
8584
} from './utils/transaction';
86-
import { IntentOrderStatus } from '../../bridge-controller/src/utils/validators';
85+
import { IntentOrder, IntentOrderStatus } from './utils/validators';
8786

8887
const metadata: StateMetadata<BridgeStatusControllerState> = {
8988
// We want to persist the bridge status state so that we can show the proper data for the Activity list

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

Whitespace-only changes.

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

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)