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 89a4345 commit 895fac6Copy full SHA for 895fac6
1 file changed
packages/snap/src/core/services/wallet/WalletService.ts
@@ -22,11 +22,11 @@ import {
22
} from '@solana/kit';
23
24
import type { Caip10Address, Network } from '../../constants/solana';
25
-import type {
26
- DecompileTransactionMessageFetchingLookupTablesConfig,
27
- SolanaKeyringAccount,
+import {
+ type DecompileTransactionMessageFetchingLookupTablesConfig,
+ fromTransactionToBase64String,
28
+ type SolanaKeyringAccount,
29
} from '../../domain';
-import { fromTransactionToBase64String } from '../../domain';
30
import { ScheduleBackgroundEventMethod } from '../../handlers/onCronjob/backgroundEvents/ScheduleBackgroundEventMethod';
31
import { addressToCaip10 } from '../../utils/addressToCaip10';
32
import { deriveSolanaKeypair } from '../../utils/deriveSolanaKeypair';
0 commit comments