diff --git a/foundry.toml b/foundry.toml index 58ce97c..6b8f4d0 100644 --- a/foundry.toml +++ b/foundry.toml @@ -6,6 +6,7 @@ fs_permissions = [ { access = "read", path = "./script/config/"}, { access = "read", path = "./out/"} ] +bytecode_hash = "none" [profile.default.fmt] wrap_comments = true