idle_moloch/foundry.toml
yellow 87b9ecce67
Some checks failed
CI / Foundry project (push) Has been cancelled
upgrades wip (deploys)
2024-11-10 05:07:06 +01:00

19 lines
560 B
TOML

[profile.default]
src = "src"
out = "out"
libs = ["lib"]
# upgrades
ffi = true
ast = true
build_info = true
extra_output = ["storageLayout"]
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
remappings = [
"@uniswap/v3-core/=lib/v3-core/",
"@uniswap/v3-periphery=lib/v3-periphery/",
"@openzeppelin/contracts/=lib/openzeppelin-contracts-upgradeable/lib/openzeppelin-contracts/contracts/",
"@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/",
]