From 91818b166bb662aea60173272103c21e2efa31c9 Mon Sep 17 00:00:00 2001 From: iain nash Date: Thu, 5 Oct 2023 16:32:42 -0400 Subject: [PATCH] prerelease abi copying update --- .gitignore | 2 ++ artifacts/.gitinclude | 0 foundry.toml | 1 + 3 files changed, 3 insertions(+) create mode 100644 artifacts/.gitinclude diff --git a/.gitignore b/.gitignore index f33c505de..8a9e24eda 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # Compiler files cache/ out/ +!artifacts/.gitinclude +artifacts/ # Ignores development broadcast logs # !/broadcast diff --git a/artifacts/.gitinclude b/artifacts/.gitinclude new file mode 100644 index 000000000..e69de29bb diff --git a/foundry.toml b/foundry.toml index 53b2757a6..3c6368023 100644 --- a/foundry.toml +++ b/foundry.toml @@ -4,6 +4,7 @@ libs = ['_imagine', 'node_modules', 'script'] optimizer = true optimizer_runs = 50 out = 'out' +extra_output_files = ['abi'] solc_version = '0.8.17' src = 'src' via_ir = true