Skip to content

Commit b503a8e

Browse files
committed
feat: remove svm patch
1 parent 23c0d99 commit b503a8e

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

Cargo.lock

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,6 @@ getrandom = { version = "0.2", features = ["js"] }
243243
[patch.crates-io]
244244
revm = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91" }
245245
op-revm = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91" }
246-
# Upstream svm-rs-builds has a bug where solc version 0.8.31 appears twice in the solidity binaries list (once as
247-
# prerelease, once as stable release), causing duplicate constant definitions and E0428 compilation errors.
248-
# See issue: https://github.com/alloy-rs/svm-rs/issues/177
249-
svm-rs-builds = { git = "https://github.com/alloy-rs/svm-rs", rev = "ee99800a8a1b803263fcc12fe3ed8c059e2302c4" }
250-
svm-rs = { git = "https://github.com/alloy-rs/svm-rs", rev = "ee99800a8a1b803263fcc12fe3ed8c059e2302c4" }
251246

252247
# [patch."https://github.com/scroll-tech/reth.git"]
253248
# reth-chainspec = { path = "../reth/crates/chainspec" }

0 commit comments

Comments
 (0)