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
@@ -60,41 +60,41 @@ Enable the use of coverage-guided fuzzing and corpus collection.
60
60
61
61
## `corpusDir`
62
62
63
-
Type | Default | Available in
64
-
-----|---------|-------------
65
-
String | `null` | *
63
+
Type | Default | Available in | CLI equivalent
64
+
-----|---------|--------------|---------------
65
+
String | `null` | * | `--corpus-dir PATH`
66
66
67
67
Directory to save the corpus collected (requires coverage enabled).
68
68
69
69
## `deployer`
70
70
71
-
Type | Default | Available in
72
-
-----|---------|-------------
73
-
Address | `"0x30000"` | *
71
+
Type | Default | Available in | CLI equivalent
72
+
-----|---------|--------------|---------------
73
+
Address | `"0x30000"` | * | `--deployer`
74
74
75
75
Address of the deployer of the contract to test.
76
76
77
77
## `deployContracts`
78
78
79
79
Type | Default | Available in
80
80
-----|---------|-------------
81
-
[[Address, String]] | `[]` | *
81
+
[[Address, String]] | `[]` | 2.0.2+
82
82
83
83
Addresses and contract names to deploy using the available source code. The deployer address is the same as the contract to test. Echidna will error if the deployment fails.
84
84
85
85
## `deployBytecodes`
86
86
87
87
Type | Default | Available in
88
88
-----|---------|-------------
89
-
[[Address, String]] | `[]` | *
89
+
[[Address, String]] | `[]` | 2.0.2+
90
90
91
91
Addresses and bytecodes to deploy. The deployer address is the same as the contract to test. Echidna will error if the deployment fails.
0 commit comments