Skip to content

Commit

Permalink
fix main pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
allnil committed Oct 22, 2024
1 parent c52a71e commit e7aa21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions wvm-apps/wvm-exexed/crates/tx/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use alloy_eips::eip2930::AccessList;
use alloy_eips::eip7702::SignedAuthorization;
use alloy_eips::{eip2930::AccessList, eip7702::SignedAuthorization};
use alloy_primitives::{Address, Bytes, ChainId, TxKind, B256, U256};
use reth_primitives::Transaction;
use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit e7aa21b

Please sign in to comment.