rpc-types: replace reth TransactionRequest by alloy (#11091)

This commit is contained in:
Thomas Coratger
2024-09-21 20:52:59 +02:00
committed by GitHub
parent 5113e29074
commit b9712c5ec5
27 changed files with 43 additions and 24 deletions

View File

@ -69,6 +69,7 @@ reth-node-api.workspace = true
reth-rpc-types-compat.workspace = true
alloy-primitives.workspace = true
alloy-rpc-types-eth.workspace = true
tokio = { workspace = true, features = ["rt", "rt-multi-thread"] }
serde_json.workspace = true