Skip to content

Commit

Permalink
Update scenario/SupplyScenario.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Cheng <[email protected]>
  • Loading branch information
cwang25 and kevincheng96 authored Sep 8, 2023
1 parent b4a026e commit eed10de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario/SupplyScenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit eed10de

Please sign in to comment.