2025-07-10 18:14:21 +08:00
|
|
|
pub mod bonk;
|
2025-06-06 22:13:19 +08:00
|
|
|
pub mod pumpfun;
|
2025-06-10 19:39:06 +08:00
|
|
|
pub mod pumpswap;
|
2025-07-07 02:06:52 +08:00
|
|
|
pub mod swqos;
|
2025-07-10 18:14:21 +08:00
|
|
|
pub mod trade;
|
2025-06-10 19:39:06 +08:00
|
|
|
|
|
|
|
|
pub mod trade_platform {
|
2025-07-10 18:14:21 +08:00
|
|
|
pub const PUMPFUN: &'static str = "pumpfun";
|
|
|
|
|
pub const PUMPFUN_SWAP: &'static str = "pumpswap";
|
|
|
|
|
pub const BONK: &'static str = "bonk";
|
|
|
|
|
}
|