Closed hai-rise closed 12 hours ago
Similar to https://github.com/paradigmxyz/reth/pull/12268/files#diff-e5e49f8eb6c0c2d8a4768b03ecb2966ca7d5679086fbc71e32b4cda348b84744R34.
This allows *EvmConfig users who need an Arc<ChainSpec> to clone the Arc directly from the *EvmConfig. Currently they would need to clone the chain spec then create a new Arc from it.
*EvmConfig
Arc<ChainSpec>
Arc
Similar to https://github.com/paradigmxyz/reth/pull/12268/files#diff-e5e49f8eb6c0c2d8a4768b03ecb2966ca7d5679086fbc71e32b4cda348b84744R34.
This allows
*EvmConfig
users who need anArc<ChainSpec>
to clone theArc
directly from the*EvmConfig
. Currently they would need to clone the chain spec then create a newArc
from it.