From d3cfc5d509fc724bcfbe8fb69efca0c72e001c59 Mon Sep 17 00:00:00 2001 From: zizou <111426680+flopell@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:32:44 +0200 Subject: [PATCH] fix(evm-compilation): enable via IR This is needed to compile Curve executor. --- evm/foundry.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/evm/foundry.toml b/evm/foundry.toml index 992083f..c6c769f 100644 --- a/evm/foundry.toml +++ b/evm/foundry.toml @@ -2,6 +2,7 @@ src = "src" out = "out" libs = ["lib"] +via_ir = true [rpc_endpoints] mainnet = "${ETH_RPC_URL}"