mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: bump alloy-evm and revm (#14855)
This commit is contained in:
@@ -280,7 +280,7 @@ where
|
||||
Engine = OpEngineTypes,
|
||||
>,
|
||||
Evm: ConfigureEvmEnv<
|
||||
TxEnv = revm_optimism::OpTransaction<TxEnv>,
|
||||
TxEnv = op_revm::OpTransaction<TxEnv>,
|
||||
NextBlockEnvCtx = OpNextBlockEnvAttributes,
|
||||
>,
|
||||
>,
|
||||
@@ -354,7 +354,7 @@ where
|
||||
Engine = OpEngineTypes,
|
||||
>,
|
||||
Evm: ConfigureEvm<
|
||||
TxEnv = revm_optimism::OpTransaction<TxEnv>,
|
||||
TxEnv = op_revm::OpTransaction<TxEnv>,
|
||||
NextBlockEnvCtx = OpNextBlockEnvAttributes,
|
||||
>,
|
||||
>,
|
||||
|
||||
Reference in New Issue
Block a user