Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Oct 24, 2024
1 parent e47dff1 commit cb077cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wallet/types.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import type { UserOperation } from 'permissionless';
import type { Dispatch, ReactNode, SetStateAction } from 'react';
import type { Address, Chain, PublicClient } from 'viem';
import type { UseBalanceReturnType, UseReadContractReturnType } from 'wagmi';
import type { SwapError } from '../swap';
import { UserOperation } from 'viem/_types/account-abstraction';

export type ConnectButtonReact = {
className?: string; // Optional className override for button element
Expand Down Expand Up @@ -42,7 +42,7 @@ export type IsValidAAEntrypointOptions = {
*/
export type IsWalletACoinbaseSmartWalletOptions = {
client: PublicClient;
userOp: UserOperation<'v0.6'>;
userOp: UserOperation<'0.6'>;
};

/**
Expand Down

0 comments on commit cb077cc

Please sign in to comment.