Temp CI
This commit is contained in:
@@ -95,7 +95,7 @@ declare module 'solc' {
|
||||
optimizerEnabled: number,
|
||||
findImports: (importPath: string) => ImportContents,
|
||||
): CompilationResult;
|
||||
compileStandardWrapper(input: string, findImports: (importPath: string) => ImportContents): string;
|
||||
compileStandardWrapper(input: string, findImports?: (importPath: string) => ImportContents): string;
|
||||
}
|
||||
export function loadRemoteVersion(
|
||||
versionName: string,
|
||||
|
Reference in New Issue
Block a user