Skip to content

Commit

Permalink
Added support for solc 0.8.26 (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: lmittmann <[email protected]>
  • Loading branch information
lmittmann and lmittmann authored May 21, 2024
1 parent b78d846 commit 7c0cc4c
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 @@ -76,6 +76,7 @@ var (
"0.8.23": EVMVersionShanghai,
"0.8.24": EVMVersionShanghai,
"0.8.25": EVMVersionCancun,
"0.8.26": 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 7c0cc4c

Please sign in to comment.