Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
oXtxNt9U committed Nov 28, 2024
1 parent ca9ecf8 commit 8442e41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface DeployerContract {
readonly name: string;
readonly address: string;
readonly proxy: "UUPS" | undefined;
readonly implementations?: { address: string; abi: Record<string, any> }[];
readonly implementations: { address: string; abi: Record<string, any> }[];
readonly activeImplementation?: string;
}

Expand Down

0 comments on commit 8442e41

Please sign in to comment.