Skip to content

Commit a0192c0

Browse files
committed
update max price offset
1 parent c3b159d commit a0192c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token-lending/sdk/src/state/reserve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub const MAX_BONUS_PCT: u8 = 25;
3636
pub const MAX_PROTOCOL_LIQUIDATION_FEE_DECA_BPS: u8 = 50;
3737

3838
/// Upper bound on scaled price offset
39-
pub const MAX_SCALED_PRICE_OFFSET_BPS: i64 = 2000;
39+
pub const MAX_SCALED_PRICE_OFFSET_BPS: i64 = 5000;
4040

4141
/// Lower bound on scaled price offset
4242
pub const MIN_SCALED_PRICE_OFFSET_BPS: i64 = -2000;

0 commit comments

Comments
 (0)