* Remove contracts/zero-ex/contracts/test/TestBridge.sol * Move foundry tests to their default location * Wire up base foundry test and start moving FlashWallet tests and mocks to foundry * Move remaining FlashWallet contract tests to foundry * Switch to foundry default cache config
8 lines
266 B
TOML
8 lines
266 B
TOML
[profile.default]
|
|
src = 'contracts/src'
|
|
out = 'foundry-artifacts'
|
|
test = 'tests'
|
|
libs = ["contracts/deps/", "../utils/contracts/src/"]
|
|
remappings = ['@0x/contracts-utils/=../utils/', '@0x/contracts-erc20/=../erc20/', 'src/=./contracts/src']
|
|
optimizer_runs = 1000000
|