Skip to content

Commit 6405253

Browse files
rin-stclaude
andcommitted
fix: framework-gate marketSimulator path
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent b5dc1e6 commit 6405253

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,20 @@ For this challenge we will not focus on the Lending aspect as much as the other
474474
yarn simulate
475475
```
476476

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+
<Tab label="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+
<Tab label="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>
478491

479492
> 👇 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
480493

extension/README.md.args.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ ${solidityFramework === "hardhat" ? `> 💡 Since we added all those complex hel
432432
yarn simulate
433433
\`\`\`
434434
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.
436436
437437
>👇 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
438438

0 commit comments

Comments
 (0)