foundry.toml 214 B

123456789101112
  1. [profile.default]
  2. solc_version = '0.8.24'
  3. evm_version = 'cancun'
  4. src = 'contracts'
  5. out = 'out'
  6. libs = ['node_modules', 'lib']
  7. test = 'test'
  8. cache_path = 'cache_forge'
  9. [fuzz]
  10. runs = 5000
  11. max_test_rejects = 150000