Skip to content

Commit

Permalink
fix: import chainID for Linea
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Aug 21, 2024
1 parent eaf0908 commit 675b65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/executor/host/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use reth_primitives::{proofs, Block, Bloom, Receipts, B256};
use revm::db::CacheDB;
use rsp_client_executor::{
io::ClientExecutorInput, ChainVariant, EthereumVariant, LineaVariant, OptimismVariant, Variant,
CHAIN_ID_ETH_MAINNET, CHAIN_ID_OP_MAINNET,
CHAIN_ID_ETH_MAINNET, CHAIN_ID_LINEA_MAINNET, CHAIN_ID_OP_MAINNET,
};
use rsp_primitives::account_proof::eip1186_proof_to_account_proof;
use rsp_rpc_db::RpcDb;
Expand Down

0 comments on commit 675b65c

Please sign in to comment.