Skip to content

Commit

Permalink
📝 readme: warn about modexp chain support
Browse files Browse the repository at this point in the history
addresses quantstamp EXA-6
  • Loading branch information
cruzdanilo committed Jul 2, 2024
1 parent 6992ecd commit cd96686
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ the account. Its core features include:
- `upgradeToAndCall`
- `execute` / `executeBatch`

> [!CAUTION]
> [!IMPORTANT]
> The code in this repository and its dependencies are still under audit.
It is not yet recommended for production use.
>
> FreshCryptoLib uses the `ModExp` precompile (`address(0x05)`), which is not supported
> on some chains, such as [Polygon zkEVM](https://www.rollup.codes/polygon-zkevm#precompiled-contracts).
> This plugin will not work on such chains, unless they support the RIP-7212 precompile.
## Developing

Expand Down

0 comments on commit cd96686

Please sign in to comment.