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:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user