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",
]

View File

@ -224,7 +224,7 @@ where
// blocks will always have at least a single transaction in them (the L1 info transaction),
// so we can safely assume that this will always be triggered upon the transition and that
// the above check for empty blocks will never be hit on OP chains.
reth_evm_optimism::ensure_create2_deployer(
reth_optimism_evm::ensure_create2_deployer(
chain_spec.clone(),
attributes.payload_attributes.timestamp,
&mut db,