Skip to content

Commit

Permalink
revert: undo changes in Foundry config
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Feb 17, 2023
1 parent 4191e4b commit 6cbb24b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
auto_detect_solc = false
bytecode_hash = "none"
cbor_metadata = false
fs_permissions = [{ access = "read", path = "./optimized-out" }]
gas_reports = ["PRBProxy", "PRBProxyFactory", "PRBProxyRegistry"]
gas_reports = ["*"]
ignored_error_codes = [5159]
libs = ["lib"]
optimizer = true
Expand Down

0 comments on commit 6cbb24b

Please sign in to comment.