foundry.toml 269 B

12345678910111213141516
  1. [profile.default]
  2. src = 'contracts'
  3. out = 'out'
  4. libs = ['node_modules', 'lib']
  5. test = 'test'
  6. cache_path = 'cache_forge'
  7. # settings required for EOF
  8. via_ir = true
  9. evm_version = "prague"
  10. eof_version = 1
  11. solc = "./eof-solc"
  12. [fuzz]
  13. runs = 5000
  14. max_test_rejects = 150000