Skip to content

Commit

Permalink
chore: simplify type
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Sep 24, 2024
1 parent 648f6fa commit 2d5928a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { Client, WalletActions, PublicActions } from 'viem';
import { PublicActions, WalletClient } from 'viem';

export type PublicWalletClient = Client & WalletActions & PublicActions;
export type PublicWalletClient = WalletClient & PublicActions;

0 comments on commit 2d5928a

Please sign in to comment.