diff --git a/foundry.toml b/foundry.toml index 6894b4f11..db44682c2 100644 --- a/foundry.toml +++ b/foundry.toml @@ -4,6 +4,7 @@ test = 'tests' script = 'scripts' solc = '0.8.19' out = 'out' +bytecode_hash = 'none' libs = ['lib'] remappings = [ ]