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

@ -19,6 +19,7 @@ reth-rpc-api = { workspace = true, features = ["client"] }
# ethereum
alloy-primitives.workspace = true
alloy-rpc-types-eth.workspace = true
# async
futures.workspace = true