feat(examples): add blob support to the rollup ExEx (#8028)

This commit is contained in:
Alexey Shekhirin
2024-05-02 21:19:44 +01:00
committed by GitHub
parent 232e7bf19b
commit 2ac2433a96
7 changed files with 655 additions and 1020 deletions

View File

@ -733,7 +733,6 @@ impl PoolTransaction for MockTransaction {
fn chain_id(&self) -> Option<u64> {
match self {
MockTransaction::Legacy { chain_id, .. } => *chain_id,
MockTransaction::Eip1559 { chain_id, .. } |
MockTransaction::Eip4844 { chain_id, .. } |
MockTransaction::Eip2930 { chain_id, .. } => Some(*chain_id),