Skip to content

Commit

Permalink
[fix] mev-share event types
Browse files Browse the repository at this point in the history
  • Loading branch information
phureewat29 committed Sep 29, 2023
1 parent d4d84f2 commit 88a284c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/crates/strategy/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ use crate::helpers::sign_eip1559;
pub enum Event {
NewBlock(NewBlock),
NewTransaction(Transaction),
MevShareCollector(mev_share_sse::Event),
}

/// Core Action enum for current strategy
Expand Down

0 comments on commit 88a284c

Please sign in to comment.