diff --git a/Cargo.lock b/Cargo.lock index e42d0a91f1..4393fd364f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8383,7 +8383,7 @@ dependencies = [ [[package]] name = "revm" version = "8.0.0" -source = "git+https://github.com/bnb-chain/revm.git?rev=f5cc71d#f5cc71d443a1957285ee4230562b2a59c2457552" +source = "git+https://github.com/bnb-chain/revm.git?rev=4be2578#4be25784feb01f97ea94202d418941f3ee04ae17" dependencies = [ "auto_impl", "cfg-if", @@ -8415,7 +8415,7 @@ dependencies = [ [[package]] name = "revm-interpreter" version = "4.0.0" -source = "git+https://github.com/bnb-chain/revm.git?rev=f5cc71d#f5cc71d443a1957285ee4230562b2a59c2457552" +source = "git+https://github.com/bnb-chain/revm.git?rev=4be2578#4be25784feb01f97ea94202d418941f3ee04ae17" dependencies = [ "revm-primitives", "serde", @@ -8424,7 +8424,7 @@ dependencies = [ [[package]] name = "revm-precompile" version = "6.0.0" -source = "git+https://github.com/bnb-chain/revm.git?rev=f5cc71d#f5cc71d443a1957285ee4230562b2a59c2457552" +source = "git+https://github.com/bnb-chain/revm.git?rev=4be2578#4be25784feb01f97ea94202d418941f3ee04ae17" dependencies = [ "aurora-engine-modexp", "bls_on_arkworks", @@ -8446,7 +8446,7 @@ dependencies = [ [[package]] name = "revm-primitives" version = "3.1.1" -source = "git+https://github.com/bnb-chain/revm.git?rev=f5cc71d#f5cc71d443a1957285ee4230562b2a59c2457552" +source = "git+https://github.com/bnb-chain/revm.git?rev=4be2578#4be25784feb01f97ea94202d418941f3ee04ae17" dependencies = [ "alloy-primitives", "auto_impl", diff --git a/Cargo.toml b/Cargo.toml index d7a12835ea..e1f28d136f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -401,6 +401,6 @@ similar-asserts = "1.5.0" test-fuzz = "5" [patch.crates-io] -revm = { git = "https://github.com/bnb-chain/revm.git", rev = "f5cc71d" } -revm-primitives = { git = "https://github.com/bnb-chain/revm.git", rev = "f5cc71d" } +revm = { git = "https://github.com/bnb-chain/revm.git", rev = "4be2578" } +revm-primitives = { git = "https://github.com/bnb-chain/revm.git", rev = "4be2578" } alloy-chains = { git = "https://github.com/alloy-rs/chains.git", rev = "906d6fb" } \ No newline at end of file