This commit is contained in:
Soubhik-10
2025-08-18 19:31:37 +05:30
parent 6c37352e6c
commit 28d2c7982a
2 changed files with 184 additions and 183 deletions

345
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -772,19 +772,19 @@ alloy-transport-ws = { git = "https://github.com/Soubhik-10/alloy", branch = "ba
# op-alloy-rpc-jsonrpsee = { git = "https://github.com/alloy-rs/op-alloy", rev = "a79d6fc" }
#
# revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "1207e33" }
revm = { git = "https://github.com/Soubhik-10/revm", branch = "bal" }
revm = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" }
alloy-evm = { git = "https://github.com/Rimeeeeee/evm", branch = "build-bal" }
alloy-op-evm = { git = "https://github.com/Rimeeeeee/evm", branch = "build-bal" }
revm-bytecode = { git = "https://github.com/Soubhik-10/revm", branch = "bal" }
revm-database = { git = "https://github.com/Soubhik-10/revm", branch = "bal" }
revm-state = { git = "https://github.com/Soubhik-10/revm", branch = "bal" }
revm-primitives = { git = "https://github.com/Soubhik-10/revm", branch = "bal" }
revm-interpreter = { git = "https://github.com/Soubhik-10/revm", branch = "bal" }
revm-inspector = { git = "https://github.com/Soubhik-10/revm", branch = "bal" }
revm-context = { git = "https://github.com/Soubhik-10/revm", branch = "bal" }
revm-context-interface = { git = "https://github.com/Soubhik-10/revm", branch = "bal" }
revm-database-interface = { git = "https://github.com/Soubhik-10/revm", branch = "bal" }
op-revm = { git = "https://github.com/Soubhik-10/revm", branch = "bal" }
revm-bytecode = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" }
revm-database = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" }
revm-state = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" }
revm-primitives = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" }
revm-interpreter = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" }
revm-inspector = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" }
revm-context = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" }
revm-context-interface = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" }
revm-database-interface = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" }
op-revm = { git = "https://github.com/Soubhik-10/revm", branch = "move-stuff" }
#
# jsonrpsee = { git = "https://github.com/paradigmxyz/jsonrpsee", branch = "matt/make-rpc-service-pub" }
# jsonrpsee-core = { git = "https://github.com/paradigmxyz/jsonrpsee", branch = "matt/make-rpc-service-pub" }