diff --git a/lib/helpers/listingTools.js b/lib/helpers/listingTools.js index 3b0ad09..ddca520 100644 --- a/lib/helpers/listingTools.js +++ b/lib/helpers/listingTools.js @@ -31,8 +31,8 @@ const PREMIUM_LISTING = { preset_name: "Blue chip", preset_target_amount: 100000, stablePriceDelayIntervalSeconds: 60 * 60, - stablePriceGrowthLimit: 0.06, - stablePriceDelayGrowthLimit: 0.0003, + stablePriceGrowthLimit: 0.0003, + stablePriceDelayGrowthLimit: 0.06, tokenConditionalSwapTakerFeeRate: 0, tokenConditionalSwapMakerFeeRate: 0, flashLoanDepositFeeRate: 0,