mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(op): unify crate name reth-optimism-* (#11223)
This commit is contained in:
@ -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",
|
||||
]
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user