Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Nov 14, 2024
1 parent be30ef1 commit 5a190fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/general/cairo_precompiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ There are 4 precompiles currently deployed on Kakarot:

This precompile allows any whitelisted caller to execute a Cairo contract. The
whitelisting is based on the address of the caller. This precompile can be
called using `DELEGATECALL` / `CALLCODE`. As such, it should only be used for
Cairo contracts that have been thoroughly audited and are known to be secure.
called using `DELEGATECALL` / `CALLCODE`. However, it cannot be called in a
nested DELEGATECALL scenario. As such, it should only be used by contracts that
have been thoroughly audited and are known to be secure.

Let's define three different flows to interact with the precompile, and the
expected behavior for each.
Expand Down

0 comments on commit 5a190fe

Please sign in to comment.