diff --git a/foundry.toml b/foundry.toml index 19f9b5c..a595869 100644 --- a/foundry.toml +++ b/foundry.toml @@ -3,4 +3,5 @@ src = 'contracts' out = 'out' libs = ['node_modules', 'lib'] test = 'forge-test' -cache_path = 'cache_forge' \ No newline at end of file +cache_path = 'cache_forge' +via-ir = true \ No newline at end of file