Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
peetzweg committed Nov 17, 2023
1 parent 7ed3d4a commit 3209933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/useink/src/core/types/talisman-connect-wallets.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { getWalletBySource, getWallets } from '@talismn/connect-wallets';
import type { Wallet } from '@talismn/connect-wallets';
import { Signer } from './api';
import type { Wallet } from '@talismn/connect-wallets';

export interface WalletAccount {
// Talisman sets the type as unknown so we must manually set it to Signer
Expand Down

0 comments on commit 3209933

Please sign in to comment.