This commit is contained in:
wei
2025-06-14 18:52:46 +08:00
parent 1ac52b03a9
commit af2afcbb60
5 changed files with 16 additions and 4 deletions
+2
View File
@@ -165,6 +165,8 @@ pub mod trade {
pub const DEFAULT_COMPUTE_UNIT_PRICE: u64 = 500000;
pub const DEFAULT_BUY_TIP_FEE: f64 = 0.0006;
pub const DEFAULT_SELL_TIP_FEE: f64 = 0.0001;
pub const DEFAULT_RPC_UNIT_LIMIT: u32 = 1000000;
pub const DEFAULT_RPC_UNIT_PRICE: u64 = 500000;
}
pub struct Symbol;