Buy and sell according to the trading platform
This commit is contained in:
+14
-1
@@ -1,2 +1,15 @@
|
||||
pub mod pumpfun;
|
||||
pub mod pumpswap;
|
||||
pub mod pumpswap;
|
||||
|
||||
pub mod trade_type {
|
||||
pub const COPY_BUY: &'static str = "copy_buy";
|
||||
pub const COPY_SELL: &'static str = "copy_sell";
|
||||
pub const SNIPER_BUY: &'static str = "sniper_buy";
|
||||
pub const SNIPER_SELL: &'static str = "sniper_sell";
|
||||
}
|
||||
|
||||
pub mod trade_platform {
|
||||
pub const PUMPFUN: &'static str = "pumpfun";
|
||||
pub const PUMPFUN_SWAP: &'static str = "pumpswap";
|
||||
pub const RAYDIUM: &'static str = "raydium";
|
||||
}
|
||||
@@ -173,10 +173,3 @@ impl Symbol {
|
||||
pub const SOLANA: &'static str = "solana";
|
||||
}
|
||||
|
||||
pub mod trade_type {
|
||||
pub const COPY_BUY: &'static str = "copy_buy";
|
||||
pub const COPY_SELL: &'static str = "copy_sell";
|
||||
pub const SNIPER_BUY: &'static str = "sniper_buy";
|
||||
pub const SNIPER_SELL: &'static str = "sniper_sell";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user