Skip to content

Commit 5046b1f

Browse files
committed
chore: up
1 parent 63c201b commit 5046b1f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ ethers-signers = { git = "https://github.com/clabby/ethers-rs", branch = "cl/cal
196196
ethers-middleware = { git = "https://github.com/clabby/ethers-rs", branch = "cl/call-type-3074" }
197197
ethers-solc = { git = "https://github.com/clabby/ethers-rs", branch = "cl/call-type-3074" }
198198

199-
revm = { git = "https://github.com/clabby/revm", branch = "cl/eip-3074" }
200-
revm-interpreter = { git = "https://github.com/clabby/revm", branch = "cl/eip-3074" }
201-
revm-precompile = { git = "https://github.com/clabby/revm", branch = "cl/eip-3074" }
202-
revm-primitives = { git = "https://github.com/clabby/revm", branch = "cl/eip-3074" }
199+
revm = { git = "https://github.com/jxom/revm", branch = "jxom/eip-3074" }
200+
revm-interpreter = { git = "https://github.com/jxom/revm", branch = "jxom/eip-3074" }
201+
revm-precompile = { git = "https://github.com/jxom/revm", branch = "jxom/eip-3074" }
202+
revm-primitives = { git = "https://github.com/jxom/revm", branch = "jxom/eip-3074" }
203203

0 commit comments

Comments
 (0)