foundry.toml 263 B

12345678910
  1. [profile.default]
  2. src = "contracts"
  3. out = "out"
  4. libs = [
  5. 'lib',
  6. '../../../node_modules',
  7. '../../../target_chains/ethereum/sdk/solidity'
  8. ]
  9. # See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options