mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): move ethers to workspace deps (#3145)
This commit is contained in:
@ -29,7 +29,7 @@ revm = { workspace = true, features = [
|
||||
"optional_eip3607",
|
||||
"optional_no_base_fee",
|
||||
] }
|
||||
ethers-core = { version = "2.0.7", features = ["eip712"] }
|
||||
ethers-core = { workspace = true, features = ["eip712"] }
|
||||
revm-primitives = { workspace = true, features = ["serde"] }
|
||||
|
||||
# rpc
|
||||
|
||||
Reference in New Issue
Block a user