refactor: rename protocol from RaydiumLaunchpad to Bonk

Comprehensive renaming of RaydiumLaunchpad-related modules, structs, event types and constants to Bonk while maintaining functional logic
This commit is contained in:
ysq
2025-07-10 00:23:29 +08:00
parent c0e02381f8
commit 756ec6e263
25 changed files with 188 additions and 189 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ use solana_sdk::transaction::VersionedTransaction;
use crate::common::AnyResult;
use crate::event_parser::protocols::pumpfun::{PumpFunCreateTokenEvent, PumpFunTradeEvent};
use crate::event_parser::protocols::raydium_launchpad::{
RaydiumLaunchpadPoolCreateEvent, RaydiumLaunchpadTradeEvent,
use crate::event_parser::protocols::bonk::{
BonkPoolCreateEvent, BonkTradeEvent,
};
use crate::event_parser::{EventParserFactory, Protocol, UnifiedEvent};