From de0c8779e868268768ef1d85642a24998b285c21 Mon Sep 17 00:00:00 2001 From: Jared Flatow Date: Wed, 4 Jan 2023 13:49:11 -0800 Subject: [PATCH] Explicit supply cap constraint for failing bulker scen --- scenario/BulkerScenario.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scenario/BulkerScenario.ts b/scenario/BulkerScenario.ts index ed4ecbd04..14a92a91e 100644 --- a/scenario/BulkerScenario.ts +++ b/scenario/BulkerScenario.ts @@ -8,6 +8,9 @@ scenario( 'Comet#bulker > (non-WETH base) all non-reward actions in one txn', { filter: async (ctx) => await isBulkerSupported(ctx) && !matchesDeployment(ctx, [{deployment: 'weth'}, {network: 'mumbai'}]), + supplyCaps: { + $asset0: 3000, + }, tokenBalances: { albert: { $base: '== 0', $asset0: 3000 }, $comet: { $base: 5000 },