diff --git a/src/types.ts b/src/types.ts index 7e0a363..303ef09 100644 --- a/src/types.ts +++ b/src/types.ts @@ -59,6 +59,7 @@ export interface Contract { "goerli-alpha"?: string[]; "sepolia-alpha"?: string[]; }; + icon?: string; [k: string]: unknown; } export interface ProjectErrors {