Skip to content

Commit

Permalink
Update packages/accounts/src/msca/account-loupe/decorator.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Moldoveanu <[email protected]>
  • Loading branch information
denniswon and moldy530 authored Dec 5, 2023
1 parent d591797 commit efe5a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/accounts/src/msca/account-loupe/decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { IAccountLoupeAbi } from "../abis/IAccountLoupe.js";
import type { FunctionReference, IAccountLoupe } from "./types.js";

export const accountLoupeDecorators = (
account: ISmartContractAccount
account: IMSCA
): IAccountLoupe => ({
getExecutionFunctionConfig: async (selector: FunctionReference) =>
account.rpcProvider.readContract({
Expand Down

0 comments on commit efe5a58

Please sign in to comment.