File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
packages/multichain-account-service/src/providers Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
1011import { AccountProviderWrapper } from './AccountProviderWrapper' ;
1112import {
@@ -23,7 +24,6 @@ import {
2324 MockAccountBuilder ,
2425 type RootMessenger ,
2526} from '../tests' ;
26- import { TraceName } from 'src/constants/traces' ;
2727
2828class MockBtcKeyring {
2929 readonly type = 'MockBtcKeyring' ;
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import type {
1111} from '@metamask/network-controller' ;
1212import type { Hex } from '@metamask/utils' ;
1313import { createBytes } from '@metamask/utils' ;
14+ import { TraceName } from 'src/constants/traces' ;
1415
1516import {
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
3131jest . mock ( '@ethereumjs/util' , ( ) => ( {
3232 publicToAddress : jest . fn ( ) ,
Original file line number Diff line number Diff 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
910import { AccountProviderWrapper } from './AccountProviderWrapper' ;
1011import {
@@ -21,7 +22,6 @@ import {
2122 MockAccountBuilder ,
2223 type RootMessenger ,
2324} from '../tests' ;
24- import { TraceName } from 'src/constants/traces' ;
2525
2626class MockSolanaKeyring {
2727 readonly type = 'MockSolanaKeyring' ;
Original file line number Diff line number Diff 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
910import { AccountProviderWrapper } from './AccountProviderWrapper' ;
1011import {
@@ -21,7 +22,6 @@ import {
2122 MockAccountBuilder ,
2223 type RootMessenger ,
2324} from '../tests' ;
24- import { TraceName } from 'src/constants/traces' ;
2525
2626class MockTronKeyring {
2727 readonly type = 'MockTronKeyring' ;
You can’t perform that action at this time.
0 commit comments