dxod repo init
This commit is contained in:
17
foundry.toml
Normal file
17
foundry.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user