move /samplers to the tests subdirectory, modify remappings to reflext change

This commit is contained in:
dextracker
2022-11-22 19:26:53 -05:00
committed by elenadimitrova
parent ecf6905b46
commit 8c6427061c
46 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ remappings = [
'@0x/contracts-erc20/=../erc20/',
'src/=./contracts/src',
'@0x/contract-addresses/=../../packages/contract-addresses',
'@0x/samplers/=contracts/src/samplers',
'@0x/samplers/=contracts/test/samplers',
]
cache_path = 'foundry-cache'
optimizer_runs = 1000000