@0x/typescript-typings
: Add version()
to SolcInstance
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"version": "5.1.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add `version()` to `SolcInstance`",
|
||||
"pr": 2532
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1581204851,
|
||||
"version": "5.0.2",
|
||||
|
@@ -105,6 +105,7 @@ declare module 'solc' {
|
||||
findImports: (importPath: string) => ImportContents,
|
||||
): CompilationResult;
|
||||
compileStandardWrapper(input: string, findImports?: (importPath: string) => ImportContents): string;
|
||||
version(): string;
|
||||
}
|
||||
export function loadRemoteVersion(
|
||||
versionName: string,
|
||||
|
Reference in New Issue
Block a user