18 lines
433 B
TOML
18 lines
433 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']
|
|
|
|
[lint]
|
|
exclude_lints=['mixed-case-variable', 'unaliased-plain-import', ]
|
|
|
|
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
|