diff --git a/src/helpers/listingTools.ts b/src/helpers/listingTools.ts index 5eb26fb..25f0708 100644 --- a/src/helpers/listingTools.ts +++ b/src/helpers/listingTools.ts @@ -1,7 +1,7 @@ import BN from "bn.js"; const PREMIUM_LISTING = { - maxStalenessSlots: 10000 as number, + maxStalenessSlots: 10000, oracleConfFilter: 0.1, adjustmentFactor: 0.004, util0: 0.5,