Skip to content

Commit 12ddc26

Browse files
author
Micah Zoltu
authored
Makes evm optional.
1 parent 1aac486 commit 12ddc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ declare module 'solc' {
117117
userdoc?: any;
118118
devdoc?: any;
119119
ir?: string;
120-
evm: {
120+
evm?: {
121121
assembly?: string;
122122
legacyAssembly?: any;
123123
bytecode: CompilerOutputEvmBytecode;

0 commit comments

Comments
 (0)