You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/index.ts
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ export interface VMOpts {
45
45
* Allows unlimited contract sizes while debugging. By setting this to `true`, the check for contract size limit of 24KB (see [EIP-170](https://git.io/vxZkK)) is bypassed
46
46
*/
47
47
allowUnlimitedContractSize?: boolean
48
+
common?: Common
48
49
}
49
50
50
51
/**
@@ -71,10 +72,21 @@ export default class VM extends AsyncEventEmitter {
0 commit comments