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
@@ -1,6 +1,6 @@
pub mod pumpfun;
pub mod pumpswap;
pub mod raydium_launchpad;
pub mod bonk;
pub mod swqos;
pub mod trade_type {
@@ -13,5 +13,5 @@ pub mod trade_type {
pub mod trade_platform {
pub const PUMPFUN: &'static str = "pumpfun";
pub const PUMPFUN_SWAP: &'static str = "pumpswap";
pub const RAYDIUM_LAUNCHPAD: &'static str = "raydium_launchpad";
pub const BONK: &'static str = "bonk";
}