Skip to content

Commit defd4e7

Browse files
committed
fix: lint
1 parent d12490e commit defd4e7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/multichain-account-service/src/providers/BtcAccountProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import type {
66
EthKeyring,
77
InternalAccount,
88
} from '@metamask/keyring-internal-api';
9+
import { TraceName } from 'src/constants/traces';
910

1011
import { AccountProviderWrapper } from './AccountProviderWrapper';
1112
import {
@@ -23,7 +24,6 @@ import {
2324
MockAccountBuilder,
2425
type RootMessenger,
2526
} from '../tests';
26-
import { TraceName } from 'src/constants/traces';
2727

2828
class MockBtcKeyring {
2929
readonly type = 'MockBtcKeyring';

packages/multichain-account-service/src/providers/EvmAccountProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import type {
1111
} from '@metamask/network-controller';
1212
import type { Hex } from '@metamask/utils';
1313
import { createBytes } from '@metamask/utils';
14+
import { TraceName } from 'src/constants/traces';
1415

1516
import {
1617
EVM_ACCOUNT_PROVIDER_NAME,
@@ -26,7 +27,6 @@ import {
2627
MockAccountBuilder,
2728
type RootMessenger,
2829
} from '../tests';
29-
import { TraceName } from 'src/constants/traces';
3030

3131
jest.mock('@ethereumjs/util', () => ({
3232
publicToAddress: jest.fn(),

packages/multichain-account-service/src/providers/SolAccountProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import type {
55
EthKeyring,
66
InternalAccount,
77
} from '@metamask/keyring-internal-api';
8+
import { TraceName } from 'src/constants/traces';
89

910
import { AccountProviderWrapper } from './AccountProviderWrapper';
1011
import {
@@ -21,7 +22,6 @@ import {
2122
MockAccountBuilder,
2223
type RootMessenger,
2324
} from '../tests';
24-
import { TraceName } from 'src/constants/traces';
2525

2626
class MockSolanaKeyring {
2727
readonly type = 'MockSolanaKeyring';

packages/multichain-account-service/src/providers/TrxAccountProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import type {
55
EthKeyring,
66
InternalAccount,
77
} from '@metamask/keyring-internal-api';
8+
import { TraceName } from 'src/constants/traces';
89

910
import { AccountProviderWrapper } from './AccountProviderWrapper';
1011
import {
@@ -21,7 +22,6 @@ import {
2122
MockAccountBuilder,
2223
type RootMessenger,
2324
} from '../tests';
24-
import { TraceName } from 'src/constants/traces';
2525

2626
class MockTronKeyring {
2727
readonly type = 'MockTronKeyring';

0 commit comments

Comments
 (0)