diff --git a/EIPS/eip-2537.md b/EIPS/eip-2537.md index b8ba293db9c238..dbb23e50d219f6 100644 --- a/EIPS/eip-2537.md +++ b/EIPS/eip-2537.md @@ -26,7 +26,6 @@ The motivation of this precompile is to add a cryptographic primitive that allow | Name | Value | Comment | |---------------------|-------|--------------------| -| `FORK_TIMESTAMP` | *TBD* | Mainnet | | BLS12_G1ADD | 0x0b | precompile address | | BLS12_G1MSM | 0x0c | precompile address | | BLS12_G2ADD | 0x0d | precompile address | @@ -35,7 +34,7 @@ The motivation of this precompile is to add a cryptographic primitive that allow | BLS12_MAP_FP_TO_G1 | 0x10 | precompile address | | BLS12_MAP_FP2_TO_G2 | 0x11 | precompile address | -If `block.timestamp >= FORK_TIMESTAMP` we introduce *seven* separate precompiles to perform the following operations: +We introduce *seven* separate precompiles to perform the following operations: - BLS12_G1ADD - to perform point addition in G1 (curve over base prime field) with a gas cost of `500` gas - BLS12_G1MSM - to perform multi-scalar-multiplication (MSM) in G1 (curve over base prime field) with a gas cost formula defined in the corresponding section