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}"