Skip to content

Commit

Permalink
chore(precompiles): updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaMasych committed Sep 11, 2024
1 parent 13d181d commit e12a3b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions system-contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ Also, when testing these contracts, some of them should also be deployed on the
- [Ecrecover.yul](contracts%2Fprecompiles%2FEcrecover.yul): uses precompile call instruction, which is address-dependent
- [Keccak256.yul](contracts%2Fprecompiles%2FKeccak256.yul): uses precompile call instruction, which is address-dependent
- [SHA256.yul](contracts%2Fprecompiles%2FSHA256.yul): uses precompile call instruction, which is address-dependent

However, this is not the case for [EcAdd.yul](contracts%2Fprecompiles%2FEcAdd.yul) and [EcMul.yul](contracts%2Fprecompiles%2FEcMul.yul), so they can be deployed on any addresses, even outside kernel space.
- [Modexp.yul](contracts%2Fprecompiles%2FModexp.yul): uses precompile call instruction, which is address-dependent
- [EcAdd.yul](contracts%2Fprecompiles%2FEcAdd.yul): uses precompile call instruction, which is address-dependent
- [EcMul.yul](contracts%2Fprecompiles%2FEcMul.yul): uses precompile call instruction, which is address-dependent
- [EcPairing.yul](contracts%2Fprecompiles%2FEcPairing.yul): uses precompile call instruction, which is address-dependent

#### Test contracts/features

Expand Down

0 comments on commit e12a3b5

Please sign in to comment.