Skip to content

Commit

Permalink
🆙 solc 0.8.24
Browse files Browse the repository at this point in the history
  • Loading branch information
z0r0z authored Feb 1, 2024
1 parent 0af1f99 commit c473b4c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .gas-snapshot
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Tester:test(string) (runs: 256, μ: 47368, ~: 24570)
TesterTest:testTest() (gas: 27621)
Tester:test(string) (runs: 256, μ: 47361, ~: 24565)
TesterTest:testTest() (gas: 27613)
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

9 changes: 5 additions & 4 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
[profile.default]
solc_version = "0.8.19"
solc_version = "0.8.24"
evm_version = "shanghai"

optimizer = true
optimizer_runs = 9_999_999

[fmt]
line_length = 100

[profile.via-ir]
via_ir = true

[fmt]
line_length = 100

[rpc_endpoints]
main = "https://rpc.ankr.com/eth"
base = "https://rpc.ankr.com/base"
Expand Down
2 changes: 1 addition & 1 deletion lib/forge-std
Submodule forge-std updated from 2f1126 to 4513bc
2 changes: 1 addition & 1 deletion lib/solady
Submodule solady updated from fad3f6 to 8919f6

0 comments on commit c473b4c

Please sign in to comment.