Skip to content

Commit

Permalink
Add release and bump solc version (#79)
Browse files Browse the repository at this point in the history
* setting evm version and bumping solc

* use shanghai

* adding releases

* newlines
  • Loading branch information
hexonaut authored Dec 29, 2024
1 parent 0d84f37 commit 155f3a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
src = "src"
out = "out"
libs = ["lib"]
solc_version = '0.8.21'
solc_version = '0.8.25'
optimizer = true
optimizer_runs = 200
fs_permissions = [
Expand Down
3 changes: 3 additions & 0 deletions script/output/1/base-production-release-20241229.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"controller": "0x5F032555353f3A1D16aA6A4ADE0B35b369da0440"
}
3 changes: 3 additions & 0 deletions script/output/1/mainnet-production-release-20241229.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"controller": "0x5cf73FDb7057E436A6eEaDFAd27E45E7ab6E431e"
}

0 comments on commit 155f3a6

Please sign in to comment.