19 lines
560 B
TOML
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/",
|
|
] |