We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510491c commit a86439dCopy full SHA for a86439d
packages/assets-controllers/src/AccountTrackerController.test.ts
@@ -5,7 +5,6 @@ import {
5
type NetworkClientId,
6
type NetworkClientConfiguration,
7
getDefaultNetworkControllerState,
8
- NetworkClient,
9
} from '@metamask/network-controller';
10
import { getDefaultPreferencesState } from '@metamask/preferences-controller';
11
import * as sinon from 'sinon';
@@ -892,7 +891,7 @@ async function withController<ReturnValue>(
892
891
},
893
894
],
895
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
896
}) as any;
897
898
return { ...network, provider };
0 commit comments