Add foundry.toml to zero-ex directory
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -173,6 +173,12 @@ contracts/zero-ex/test/generated-wrappers/
|
||||
contracts/treasury/generated-wrappers/
|
||||
contracts/treasury/test/generated-wrappers/
|
||||
|
||||
# foundry artifacts
|
||||
contracts/zero-ex/foundry-artifacts/
|
||||
|
||||
# foundry cache
|
||||
contracts/zero-ex/foundry-cache/
|
||||
|
||||
# Doc README copy
|
||||
packages/*/docs/README.md
|
||||
|
||||
|
7
contracts/zero-ex/foundry.toml
Normal file
7
contracts/zero-ex/foundry.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[default]
|
||||
src = 'contracts/src'
|
||||
out = 'foundry-artifacts'
|
||||
libs = ['../utils/contracts/src/']
|
||||
remappings = ['@0x/contracts-utils/=../utils/', '@0x/contracts-erc20/=../erc20/']
|
||||
cache_path = 'foundry-cache'
|
||||
optimizer_runs = 1000000
|
Reference in New Issue
Block a user