From 19fb9a535dd89a68c28a60dbbc22d8a500be5f96 Mon Sep 17 00:00:00 2001 From: nelson-pereira8 <94120714+nican0r@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:59:44 -0300 Subject: [PATCH] chore: added preserve_state to invariant config --- foundry.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/foundry.toml b/foundry.toml index 1787a18a..fbc8d554 100644 --- a/foundry.toml +++ b/foundry.toml @@ -29,6 +29,7 @@ runs = 20 depth = 1536 # fail_on_revert = true call_override = false # reentrancy-check +preserve_state = true [profile.ci.fuzz] runs = 10