Files
tycho-protocol-sdk/evm/foundry.toml
zizou d3cfc5d509 fix(evm-compilation): enable via IR
This is needed to compile Curve executor.
2024-10-07 10:32:44 +02:00

22 lines
293 B
TOML

[profile.default]
src = "src"
out = "out"
libs = ["lib"]
via_ir = true
[rpc_endpoints]
mainnet = "${ETH_RPC_URL}"
[fmt]
line_length = 80
wrap_comments = true
[etherscan]
mainnet = { key = "${ETHERSCAN_MAINNET_KEY}" }
[[profile.default.fs_permissions]]
access = "read-write"
path = "out"