We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b159d commit a0192c0Copy full SHA for a0192c0
token-lending/sdk/src/state/reserve.rs
@@ -36,7 +36,7 @@ pub const MAX_BONUS_PCT: u8 = 25;
36
pub const MAX_PROTOCOL_LIQUIDATION_FEE_DECA_BPS: u8 = 50;
37
38
/// Upper bound on scaled price offset
39
-pub const MAX_SCALED_PRICE_OFFSET_BPS: i64 = 2000;
+pub const MAX_SCALED_PRICE_OFFSET_BPS: i64 = 5000;
40
41
/// Lower bound on scaled price offset
42
pub const MIN_SCALED_PRICE_OFFSET_BPS: i64 = -2000;
0 commit comments