refactor: rename UnifiedEvent to DexEvent

This commit is contained in:
ysq
2025-10-12 22:00:15 +08:00
parent e21f2cfd17
commit fd180935f8
38 changed files with 569 additions and 551 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ pub mod common;
pub mod core;
pub mod protocols;
pub use core::traits::UnifiedEvent;
pub use core::traits::DexEvent;
pub use protocols::types::Protocol;