Skip to content

Commit

Permalink
🔨 fix broken link (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
GianfrancoBazzani authored Oct 12, 2024
1 parent d5cf52b commit dc8192c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Chimera addresses this problem by enabling a "write once, run everywhere" approa

### Limitations

Chimera currently only supports cheatcodes implemented by [HEVM](https://hevm.dev/ds-test-tutorial.html?highlight=cheat#supported-cheat-codes).
Chimera currently only supports cheatcodes implemented by [HEVM](https://hevm.dev/std-test-tutorial.html#supported-cheat-codes).

Foundry has extended these and offers functionality not supported by the HEVM cheatcodes, subsequently these must be accounted for when adding Chimera to a Foundry project as they will cause issues when running Echidna and Medusa. If adding Chimera to an existing Foundry project ensure that there are no cheatcodes implemented that aren't supported by HEVM as they will throw the following error: `VM failed for unhandled reason, BadCheatCode <cheatcode hash>`.

Expand Down

0 comments on commit dc8192c

Please sign in to comment.