2023-03-27 13:40:55 -04:00

22 lines
975 B
TOML

[profile.default]
src = 'src'
out = 'foundry-artifacts'
test = 'test'
path_pattern = '*.t.sol'
libs = ["lib"]
remappings = [
'@0x/contracts-utils/=../../../node_modules/@0x/contracts-utils/',
'@0x/contracts-erc20/=../../../node_modules/@0x/contracts-erc20/',
'@0x/contracts-zero-ex/=../../../node_modules/@0x/contracts-zero-ex/',
'@uniswap/v3-core/=../../../node_modules/@uniswap/v3-core/',
'@uniswap/v3-periphery/=../../../node_modules/@uniswap/v3-periphery/',
'@kybernetwork/=../../../node_modules/@kybernetwork/',
'@cryptoalgebra/core/=../../../node_modules/@cryptoalgebra/core/',
'@cryptoalgebra/periphery/=../../../node_modules/@cryptoalgebra/periphery/',
'@traderjoe-xyz/joe-v2/=../../../node_modules/@traderjoe-xyz/joe-v2/',
'openzeppelin/=../../../node_modules/openzeppelin'
]
allow_paths = ["../../../node_modules"]
cache_path = 'foundry-cache'
optimizer_runs = 1000000
fs_permissions = [{ access = "read-write", path = "./"}]