Skip to content

Commit 293b900

Browse files
committed
Update link and fix typo
1 parent df61c8b commit 293b900

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

program-analysis/echidna/advanced/smart-contract-fuzzing-at-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Once it runs, check the coverage file located in `corpus-exploration/covered.*.t
7474

7575
## 3. Initiate a continuous fuzzing campaign
7676

77-
When satisfied with the first iteration of the initialization, we can start a "continuous campaign" for exploration and testing using [echidna-parade](https://github.com/agroce/echidna-parade). Before starting, double-check your config file. For instance, if you added properties, do not forget to remove `benchmarkMode`.
77+
When satisfied with the first iteration of the initialization, we can start a "continuous campaign" for exploration and testing using [echidna-parade](https://github.com/crytic/echidna-parade). Before starting, double-check your config file. For instance, if you added properties, do not forget to remove `benchmarkMode`.
7878

7979
`echidna-parade` is a tool used to launch multiple Echidna instances simultaneously while keeping track of each corpus. Each instance will be configured to run for a specific duration, with different parameters, to maximize the chance of reaching new code.
8080

program-analysis/echidna/basic/working-with-eth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ echidna_C_has_some_value: failed!💥
116116
Echidna has two options for using ether during a fuzzing campaign.
117117

118118
- `maxValue` to set the max amount of ether per transaction
119-
- `contractBalance` to set the initial amount of ether that the testing contract receives in the constructor.
119+
- `balanceContract` to set the initial amount of ether that the testing contract receives in the constructor.

0 commit comments

Comments
 (0)