Skip to content

Commit

Permalink
update value
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicGordon committed Mar 22, 2024
1 parent aa169e6 commit 202ebb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ref-exchange/src/rated_swap/sfrax_rate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ use near_sdk::{

// default expire time is 24 hours
const EXPIRE_TS: u64 = 24 * 3600 * 10u64.pow(9);
const MAX_DURATION_SEC: u32 = 10;
const MIN_DURATION_SEC: u32 = 60 * 5;
const MAX_DURATION_SEC: u32 = 60 * 5;
const MIN_DURATION_SEC: u32 = 10;

#[derive(BorshSerialize, BorshDeserialize, Serialize, Deserialize, Clone)]
#[serde(crate = "near_sdk::serde")]
Expand Down

0 comments on commit 202ebb7

Please sign in to comment.