From 64d31107031ed36aedbb417f1e7406dd2a03f7f3 Mon Sep 17 00:00:00 2001 From: Nirato Date: Wed, 25 Jan 2023 22:30:56 -0600 Subject: [PATCH] chore: Update multicall typings --- src/multicall.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/multicall.ts b/src/multicall.ts index 5eda9ca..3709c08 100644 --- a/src/multicall.ts +++ b/src/multicall.ts @@ -20,7 +20,7 @@ export interface Call { export const multicall = async ( provider: providers.Provider, address: string, - abi: any[], + abi: any, calls: Call[] ): Promise => { // Setup contracts