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 2ea5442 commit dec93b9Copy full SHA for dec93b9
1 file changed
app/selectors/featureFlagController/stableTokens/index.test.ts
@@ -1,6 +1,5 @@
1
import { CHAIN_IDS } from '@metamask/transaction-controller';
2
-import type { Json } from '@metamask/utils';
3
-import { Hex } from '@metamask/utils';
+import { type Json, Hex } from '@metamask/utils';
4
import { selectStablecoins, STABLE_TOKENS_FLAG } from '.';
5
import mockedEngine from '../../../core/__mocks__/MockedEngine';
6
import { mockedEmptyFlagsState, mockedUndefinedFlagsState } from '../mocks';
0 commit comments