Skip to content

Commit

Permalink
Merge pull request #209 from etherfi-protocol/syko/feature/remove_byt…
Browse files Browse the repository at this point in the history
…ecode_hash

set bytecode_hash = 'none'  in foundry
  • Loading branch information
seongyun-ko authored Dec 18, 2024
2 parents c5b51fb + d13f9eb commit f585f32
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 f585f32

Please sign in to comment.