Skip to main content

hypercall_margin/
constants.rs

1/// Ratio of Maintenance Margin to Initial Margin.
2///
3/// MM = IM * MM_TO_IM_RATIO
4pub const MM_TO_IM_RATIO: f64 = 0.85;