Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
KannuSingh committed Jul 10, 2024
1 parent ff56611 commit a696210
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { SignableMessage, TypedData } from 'viem'
import type { PublicActions, PublicRpcSchema, SignableMessage, TypedData } from 'viem'
import {
type Address,
type Chain,
Expand Down Expand Up @@ -294,7 +294,7 @@ export async function signerToSafe7579SmartAccount<
TSource extends string = string,
TAddress extends Address = Address
>(
client: Client<TTransport, TChain, undefined>,
client: Client<TTransport, TChain, undefined, PublicRpcSchema, PublicActions>,
{
signer,
entryPoint: entryPointAddress,
Expand Down

0 comments on commit a696210

Please sign in to comment.