Skip to content

Commit

Permalink
Fix Verification issue (#71)
Browse files Browse the repository at this point in the history
* add: audit report

* fix: verification issue

* fix: verification issue

* fix: linting errors

* fix: reroute libs to node_modules
  • Loading branch information
DevPelz authored Oct 7, 2024
1 parent a7cb636 commit 5497e74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

[profile.default]
auto_detect_solc = false
auto_detect_remappings = false
block_timestamp = 1_680_220_800 # March 31, 2023 at 00:00 GMT
bytecode_hash = "none"
evm_version = "shanghai"
fuzz = { runs = 1_000 }
gas_reports = ["*"]
optimizer = true
optimizer_runs = 10_000
libs = ['node_modules']
out = "out"
script = "script"
solc = "0.8.19"
Expand Down

0 comments on commit 5497e74

Please sign in to comment.