Files
lmsr-amm/foundry.toml
2025-10-13 12:21:32 -04:00

19 lines
569 B
TOML

[profile.default]
src = "src"
out = "out"
libs = ["lib"]
remappings = [
'@openzeppelin/=lib/openzeppelin-contracts/',
'@abdk/=lib/abdk-libraries-solidity/',
]
optimizer=true
optimizer_runs=999999999
viaIR=true
gas_reports = ['PartyPool', 'PartyPoolBalancedPair', 'PartyPlanner', 'PartyPoolSwapImpl', 'PartyPoolMintImpl',]
fs_permissions = [{ access = "write", path = "chain.json"}]
[profile.lint]
lint_on_build=false # more annoying than helpful
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options