chore: bump alloy-evm and revm (#14855)

This commit is contained in:
Arsenii Kulikov
2025-03-06 04:37:39 +04:00
committed by GitHub
parent 6e125ce610
commit e5720e6d0d
28 changed files with 368 additions and 383 deletions

View File

@@ -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,
>,
>,