Skip to content

Commit

Permalink
added support for solc v0.8.25 (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: lmittmann <[email protected]>
  • Loading branch information
lmittmann and lmittmann authored Apr 10, 2024
1 parent 6133f68 commit 13544c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ var (
"0.8.22": EVMVersionShanghai,
"0.8.23": EVMVersionShanghai,
"0.8.24": EVMVersionShanghai,
"0.8.25": EVMVersionCancun,
}
)

Expand Down
1 change: 1 addition & 0 deletions params_darwin_amd64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions params_darwin_arm64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions params_linux_amd64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13544c7

Please sign in to comment.