File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
packages/wrapped-keys-lit-actions/src/lib/raw-action-functions/common Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,10 @@ import {
77} from '../../internal/ethereum/signTransaction' ;
88import { generateSolanaPrivateKey } from '../../internal/solana/generatePrivateKey' ;
99import { signMessageSolanaKey } from '../../internal/solana/signMessage' ;
10- import {
11- signTransactionSolanaKey ,
12- type UnsignedTransaction as UnsignedTransactionSolana ,
13- } from '../../internal/solana/signTransaction' ;
10+ import { signTransactionSolanaKey } from '../../internal/solana/signTransaction' ;
1411
1512import type { UnsignedTransaction as UnsignedTransactionEthereum } from '../../internal/ethereum/signTransaction' ;
13+ import type { UnsignedTransaction as UnsignedTransactionSolana } from '../../internal/solana/signTransaction' ;
1614
1715interface BaseAction {
1816 generateKeyParams : {
You can’t perform that action at this time.
0 commit comments