diff --git a/foundry.toml b/foundry.toml index d6bdc27..9da1672 100644 --- a/foundry.toml +++ b/foundry.toml @@ -5,7 +5,8 @@ libs = ['lib'] # A list of library dire optimizer = true # Enable or disable the solc optimizer optimizer_runs = 200 # The number of optimizer runs fs_permissions = [{ access = "read", path = "./"}] # Gives permission to read files for enviroment files. -fail_on_revert = false # Not fail the test if the contract reverts +fail_on_revert = false # Not fail the test if the contract reverts +evm_version = 'cancun' # The EVM version to use [fuzz] runs = 2000 # The number of times to run the fuzzing tests @@ -29,4 +30,4 @@ runs = 10000 # The number of times to run the fuzzing tests [profile.super_deep.invariant] runs = 16 # The number of calls to make in the invariant tests -depth = 16 # The number of times to run the invariant tests \ No newline at end of file +depth = 16 # The number of times to run the invariant tests