Skip to content

Commit

Permalink
fix(cheatcode): support new 7702 spec (#9779)
Browse files Browse the repository at this point in the history
fix(cheatcode): update revm with support for updated 7702
  • Loading branch information
grandizzy authored Jan 29, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ca4740e commit ed63f34
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -177,7 +177,7 @@ solang-parser = "=0.3.3"
solar-parse = { version = "=0.1.1", default-features = false }

## revm
revm = { version = "19.0.0", default-features = false }
revm = { version = "19.4.0", default-features = false }
revm-primitives = { version = "15.1.0", default-features = false }
revm-inspectors = { version = "0.14.1", features = ["serde"] }

0 comments on commit ed63f34

Please sign in to comment.