Skip to content

Commit 895fac6

Browse files
chore: fix imports
1 parent 89a4345 commit 895fac6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/snap/src/core/services/wallet/WalletService.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ import {
2222
} from '@solana/kit';
2323

2424
import type { Caip10Address, Network } from '../../constants/solana';
25-
import type {
26-
DecompileTransactionMessageFetchingLookupTablesConfig,
27-
SolanaKeyringAccount,
25+
import {
26+
type DecompileTransactionMessageFetchingLookupTablesConfig,
27+
fromTransactionToBase64String,
28+
type SolanaKeyringAccount,
2829
} from '../../domain';
29-
import { fromTransactionToBase64String } from '../../domain';
3030
import { ScheduleBackgroundEventMethod } from '../../handlers/onCronjob/backgroundEvents/ScheduleBackgroundEventMethod';
3131
import { addressToCaip10 } from '../../utils/addressToCaip10';
3232
import { deriveSolanaKeypair } from '../../utils/deriveSolanaKeypair';

0 commit comments

Comments
 (0)