Skip to content

Commit

Permalink
build: bump solc to v0.8.26 (#944)
Browse files Browse the repository at this point in the history
* build: bump solc

* build: update precompiles

---------

Co-authored-by: Paul Razvan Berg <[email protected]>
  • Loading branch information
2 people authored and andreivladbrg committed Jul 3, 2024
1 parent ff1da00 commit 7ced050
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/multibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
uses: "PaulRBerg/foundry-multibuild@v1"
with:
min: "0.8.22"
max: "0.8.23"
max: "0.8.26"
skip-test: "true"
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
out = "out"
script = "script"
sender = "0x1804c8AB1F12E6bbf3894d4083f33e07309d1f38"
solc = "0.8.23"
solc = "0.8.26"
src = "src"
test = "test"

Expand Down
8 changes: 4 additions & 4 deletions precompiles/Precompiles.sol

Large diffs are not rendered by default.

0 comments on commit 7ced050

Please sign in to comment.