Files
tycho-protocol-sdk/evm/foundry.toml
Zizou 64ca72cfa9 feat(balancer): add missing weighted factories (#103)
* feat(balancer): add weigthed pool factory v1

* feat(balancer): add weigthed pool factory v2 and v3

* fix(evm): fix compilation bug due to a bugged solc version

---------

Co-authored-by: zizou <111426680+flopell@users.noreply.github.com>
2024-10-31 11:24:10 +00:00

23 lines
416 B
TOML

[profile.default]
src = "src"
out = "out"
libs = ["lib"]
via_ir = true
solc_version = "0.8.27" # 0.8.25 and 0.8.26 are broken with via-ir (see https://github.com/ethereum/solidity/issues/15004)
[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"