Skip to content

Commit

Permalink
set bytecode_hash = 'none' in foundry
Browse files Browse the repository at this point in the history
Signed-off-by: syko <[email protected]>
  • Loading branch information
seongyun-ko authored Dec 12, 2024
1 parent c5b51fb commit d13f9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ fs_permissions = [{ access = "read-write", path = "./release"}, { access = "read
gas_reports = ["*"]
optimizer_runs = 2000
extra_output = ["storageLayout"]
bytecode_hash = 'none'
solc-version = '0.8.24'

# See more config options https://github.com/foundry-rs/foundry/tree/master/config
Expand Down

0 comments on commit d13f9eb

Please sign in to comment.