Make TychoRouter inherit from SafeCallback and then delegatecall to the UniswapV4 executor Add a test for this. I had to update the block of our forked network in the tests. Because of this I had to update all the asserts in previous tests Had to change the optimizer_runs in foundry.toml because of weird Yul errors when compiling --- don't change below this line --- ENG-4223 Took 1 hour 21 minutes Took 7 seconds Took 35 seconds
16 lines
219 B
TOML
16 lines
219 B
TOML
[profile.default]
|
|
src = 'src'
|
|
out = 'out'
|
|
libs = ['lib']
|
|
auto_detect_sol = true
|
|
evm_version = 'cancun'
|
|
optimizer = true
|
|
optimizer_runs = 200
|
|
via_ir = true
|
|
|
|
[rpc_endpoints]
|
|
mainnet = "${RPC_URL}"
|
|
|
|
|
|
[fmt]
|
|
line_length = 80 |