mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-15 17:35:18 -05:00
chore: rm reth-primitives from optimism (#15064)
This commit is contained in:
@@ -838,8 +838,8 @@ pub struct OpNetworkPrimitives;
|
||||
|
||||
impl NetworkPrimitives for OpNetworkPrimitives {
|
||||
type BlockHeader = alloy_consensus::Header;
|
||||
type BlockBody = reth_primitives::BlockBody<OpTransactionSigned>;
|
||||
type Block = reth_primitives::Block<OpTransactionSigned>;
|
||||
type BlockBody = alloy_consensus::BlockBody<OpTransactionSigned>;
|
||||
type Block = alloy_consensus::Block<OpTransactionSigned>;
|
||||
type BroadcastedTransaction = OpTransactionSigned;
|
||||
type PooledTransaction = OpPooledTransaction;
|
||||
type Receipt = OpReceipt;
|
||||
|
||||
Reference in New Issue
Block a user