Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
chore: Update multicall typings (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
niratodev authored Jan 27, 2023
1 parent 4f551b0 commit db66698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multicall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface Call {
export const multicall = async <T extends any[]>(
provider: providers.Provider,
address: string,
abi: any[],
abi: any,
calls: Call[]
): Promise<T> => {
// Setup contracts
Expand Down

0 comments on commit db66698

Please sign in to comment.