Changed the ethers-rs imports for Foundry compatibility (#2787)

This commit is contained in:
vanbeethoven.eth
2023-05-22 23:48:25 +02:00
committed by GitHub
parent c991a31e0d
commit 7d36dea420
6 changed files with 68 additions and 45 deletions

View File

@ -16,7 +16,7 @@ reth-codecs = { version = "0.1.0", path = "../storage/codecs" }
revm-primitives = { version = "1.1", features = ["serde"] }
# ethereum
ethers-core = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
ethers-core = { version = "2.0.4", default-features = false }
tiny-keccak = { version = "2.0", features = ["keccak"] }
crunchy = { version = "0.2.2", default-features = false, features = ["limit_256"] }
ruint = { version = "1.7.0", features = ["primitive-types", "rlp"] }