diff --git a/SUMMARY.md b/SUMMARY.md index b64f4537..6c634016 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -88,6 +88,7 @@ - [How to seed Echidna with unit tests](./program-analysis/echidna/advanced/end-to-end-testing.md) - [Understanding and using `allContracts`](./program-analysis/echidna/advanced/using-all-contracts.md) - [How to fuzz contracts with external libraries](./program-analysis/echidna/advanced/working-with-libraries.md) + - [How to do on-chain fuzzing with state forking](./program-analysis/echidna/advanced/state-network-forking.md) - [Interacting with off-chain data via FFI cheatcode](./program-analysis/echidna/advanced/interacting-with-offchain-data-via-ffi.md) - [Fuzzing tips](./program-analysis/echidna/fuzzing_tips.md) - [Frequently Asked Questions](./program-analysis/echidna/frequently_asked_questions.md)