From cef901a6bbe43a5efc33282311c3cdadea8027c9 Mon Sep 17 00:00:00 2001 From: Kevin Cheng Date: Thu, 10 Aug 2023 12:52:58 -0700 Subject: [PATCH] Skip liquidation bot scens (#805) These scenarios are noisy and don't really give us anything actionable to do at this point. Monitoring on-chain liquidity should be done outside of scenarios. --- scenario/LiquidationBotScenario.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scenario/LiquidationBotScenario.ts b/scenario/LiquidationBotScenario.ts index 679001409..581239881 100644 --- a/scenario/LiquidationBotScenario.ts +++ b/scenario/LiquidationBotScenario.ts @@ -125,7 +125,8 @@ for (let i = 0; i < MAX_ASSETS; i++) { ] } }; - scenario( + // Skipping these scenarios as they are noisy and should really be moved into a separate monitoring solution + scenario.skip( `LiquidationBot > liquidates an underwater position of $asset${i} with no maxAmountToPurchase`, { upgrade: { @@ -340,7 +341,8 @@ for (let i = 0; i < MAX_ASSETS; i++) { ] } }; - scenario( + // Skipping these scenarios as they are noisy and should really be moved into a separate monitoring solution + scenario.skip( `LiquidationBot > partially liquidates large position of $asset${i}, by setting maxAmountToPurchase`, { upgrade: {