From eed10de34d81dd8d1e749dd8fcd3031452bfb7e0 Mon Sep 17 00:00:00 2001 From: Hans Wang <2709448+cwang25@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:02:53 -0700 Subject: [PATCH] Update scenario/SupplyScenario.ts Co-authored-by: Kevin Cheng --- scenario/SupplyScenario.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenario/SupplyScenario.ts b/scenario/SupplyScenario.ts index e903d93d1..bed452641 100644 --- a/scenario/SupplyScenario.ts +++ b/scenario/SupplyScenario.ts @@ -302,7 +302,7 @@ scenario( await baseAsset.approve(albert, comet.address); await albert.allow(betty, true); - // Betty supplies 100 units of base from Albert + // Betty supplies 1000 units of base from Albert const txn = await betty.supplyAssetFrom({ src: albert.address, dst: betty.address, asset: baseAsset.address, amount: 1000n * scale }); const baseIndexScale = (await comet.baseIndexScale()).toBigInt();