chore(op): unify crate name reth-optimism-* (#11223)

This commit is contained in:
nk_ysg
2024-09-28 18:49:17 +08:00
committed by GitHub
parent 50461281e7
commit 375acdfedc
23 changed files with 120 additions and 120 deletions

View File

@ -28,8 +28,8 @@ reth-trie.workspace = true
reth-chain-state.workspace = true
# op-reth
reth-evm-optimism.workspace = true
reth-optimism-consensus.workspace = true
reth-optimism-evm.workspace = true
reth-optimism-forks.workspace = true
# ethereum
@ -51,6 +51,6 @@ optimism = [
"reth-primitives/optimism",
"reth-provider/optimism",
"reth-rpc-types-compat/optimism",
"reth-evm-optimism/optimism",
"reth-optimism-evm/optimism",
"reth-revm/optimism",
]