You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -474,7 +474,20 @@ For this challenge we will not focus on the Lending aspect as much as the other
474
474
yarn simulate
475
475
```
476
476
477
-
This command will spin up several bot accounts that start using your lending platform! Look at the front end and interact while they are running! You can check out `packages/hardhat/scripts/marketSimulator.ts` to adjust the default settings or change the logic on the bot accounts.
477
+
This command will spin up several bot accounts that start using your lending platform! Look at the front end and interact while they are running!
478
+
479
+
<Tabs>
480
+
<Tablabel="Hardhat">
481
+
482
+
You can check out `packages/hardhat/scripts/marketSimulator.ts` to adjust the default settings or change the logic on the bot accounts.
483
+
484
+
</Tab>
485
+
<Tablabel="Foundry">
486
+
487
+
You can check out `packages/foundry/scripts-js/simulate/marketSimulator.js` to adjust the default settings or change the logic on the bot accounts.
488
+
489
+
</Tab>
490
+
</Tabs>
478
491
479
492
> 👇 Keep on going and try to tackle these optional gigachad side quests. The front end doesn't have any special components for using these side quests but you can use the Debug Tab to use them
Copy file name to clipboardExpand all lines: extension/README.md.args.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -432,7 +432,7 @@ ${solidityFramework === "hardhat" ? `> 💡 Since we added all those complex hel
432
432
yarn simulate
433
433
\`\`\`
434
434
435
-
This command will spin up several bot accounts that start using your lending platform! Look at the front end and interact while they are running! You can check out \`packages/hardhat/scripts/marketSimulator.ts\` to adjust the default settings or change the logic on the bot accounts.
435
+
This command will spin up several bot accounts that start using your lending platform! Look at the front end and interact while they are running! You can check out ${solidityFramework==="hardhat" ? `\`packages/hardhat/scripts/marketSimulator.ts\`` : `\`packages/foundry/scripts-js/simulate/marketSimulator.js\``} to adjust the default settings or change the logic on the bot accounts.
436
436
437
437
>👇 Keep on going and try to tackle these optional gigachad side quests. The front end doesn't have any special components for using these side quests but you can use the Debug Tab to use them
0 commit comments