Skip to content

Commit a7db2fe

Browse files
committed
More README changes
1 parent 16367d1 commit a7db2fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ module.exports = {
7878
| Option <img width=200/>| Type <img width=200/> | Default <img width=1300/> | Description <img width=800/> |
7979
| ------ | ---- | ------- | ----------- |
8080
| silent | *Boolean* | false | Suppress logging output |
81-
| client | *Object* | `require("ganache-core")` | Useful if you need a specific ganache version. |
82-
| providerOptions | *Object* | `{ }` | [ganache-core options][1] |
8381
| skipFiles | *Array* | `['Migrations.sol']` | Array of contracts or folders (with paths expressed relative to the `contracts` directory) that should be skipped when doing instrumentation. |
8482
| measureStatementCoverage | *boolean* | `true` | Computes statement (in addition to line) coverage. [More...][34] |
8583
| measureFunctionCoverage | *boolean* | `true` | Computes function coverage. [More...][34] |
@@ -99,6 +97,9 @@ module.exports = {
9997
| onIstanbulComplete[<sup>*</sup>][14] | *Function* | | Hook run *after* the Istanbul reports are generated, *before* the ganache server is shut down. Useful if you need to clean resources up. [More...][23]|
10098
| configureYulOptimizer | *Boolean* | false | (Experimental) Setting to `true` should resolve "stack too deep" compiler errors in large projects using ABIEncoderV2 |
10199
| solcOptimizerDetails | *Object* | `undefined` |(Experimental) Must be used in combination with `configureYulOptimizer`. Allows you configure solc's [optimizer details][1001]. Useful if the default remedy for stack-too-deep errors doesn't work in your case (See FAQ below). |
100+
| client | *Object* | `require("ganache-core")` | Ganache only: useful if you need a specific ganache version |
101+
| providerOptions | *Object* | `{ }` | Ganache only: [ganache-core options][1] |
102+
102103

103104
[<sup>*</sup> Advanced use][14]
104105

0 commit comments

Comments
 (0)