* 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>
23 lines
416 B
TOML
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"
|