mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove most ethers mentions and code (#6999)
This commit is contained in:
@ -17,7 +17,7 @@ reth-codecs.workspace = true
|
||||
reth-primitives.workspace = true
|
||||
reth-ecies.workspace = true
|
||||
alloy-rlp = { workspace = true, features = ["derive"] }
|
||||
alloy-chains = {workspace = true, features = ["serde", "rlp", "arbitrary"] }
|
||||
alloy-chains = { workspace = true, features = ["serde", "rlp", "arbitrary"] }
|
||||
reth-discv4.workspace = true
|
||||
|
||||
# metrics
|
||||
@ -45,7 +45,6 @@ proptest-derive = { workspace = true, optional = true }
|
||||
reth-net-common.workspace = true
|
||||
reth-primitives = { workspace = true, features = ["arbitrary"] }
|
||||
reth-tracing.workspace = true
|
||||
ethers-core = { workspace = true, default-features = false }
|
||||
|
||||
test-fuzz.workspace = true
|
||||
tokio-util = { workspace = true, features = ["io", "codec"] }
|
||||
|
||||
Reference in New Issue
Block a user