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

chore: Update multicall typings #98

Merged
merged 1 commit into from
Jan 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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