mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
Migrate execution_engine_integration to alloy (#8140)
#6022 Migrate the `execution_engine_integration` tests to the `alloy` ecosystem. This removes the last remaining `ethers` dependencies Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
@@ -7,12 +7,13 @@ edition = { workspace = true }
|
||||
portable = ["types/portable"]
|
||||
|
||||
[dependencies]
|
||||
alloy-network = "1.0"
|
||||
alloy-primitives = { workspace = true }
|
||||
alloy-provider = "1.0"
|
||||
alloy-rpc-types-eth = { workspace = true }
|
||||
alloy-signer-local = "1.0"
|
||||
async-channel = { workspace = true }
|
||||
deposit_contract = { workspace = true }
|
||||
ethers-core = { workspace = true }
|
||||
ethers-middleware = { workspace = true }
|
||||
ethers-providers = { workspace = true }
|
||||
ethers-signers = { workspace = true }
|
||||
execution_layer = { workspace = true }
|
||||
fork_choice = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user