File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,12 @@ import {
66} from '@metamask/controller-utils' ;
77import {
88 Messenger ,
9- MessengerActions ,
10- MessengerEvents ,
11- MockAnyNamespace ,
129 MOCK_ANY_NAMESPACE ,
10+ type MessengerActions ,
11+ type MessengerEvents ,
12+ type MockAnyNamespace ,
1313} from '@metamask/messenger' ;
1414import {
15- type NetworkControllerGetNetworkClientByIdAction ,
16- type NetworkControllerGetStateAction ,
17- type NetworkControllerStateChangeEvent ,
1815 NetworkStatus ,
1916 RpcEndpointType ,
2017 type NetworkState ,
@@ -46,10 +43,6 @@ import {
4643 getDefaultSmartTransactionsControllerState ,
4744 type SmartTransactionsControllerMessenger ,
4845} from './SmartTransactionsController' ;
49- import type {
50- SmartTransactionsControllerActions ,
51- SmartTransactionsControllerEvents ,
52- } from './SmartTransactionsController' ;
5346import type { SmartTransaction , UnsignedTransaction , Hex } from './types' ;
5447import { SmartTransactionStatuses , ClientId } from './types' ;
5548import * as utils from './utils' ;
You can’t perform that action at this time.
0 commit comments