From 6a9cbb45fa7fd5ad10be9fd9979ad4f5dba210b7 Mon Sep 17 00:00:00 2001 From: Michael de Hoog Date: Thu, 15 Feb 2024 14:28:50 -1000 Subject: [PATCH] Add via_ir=true --- foundry.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/foundry.toml b/foundry.toml index b4394b7..ec4ec23 100644 --- a/foundry.toml +++ b/foundry.toml @@ -12,4 +12,5 @@ remappings = [ '@account-abstraction/=lib/account-abstraction/contracts', '@solady/=lib/solady/src', ] +via_ir = true