From 66d0d31c7e79c0eb6a8040bea2c57f5d4865f188 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Mon, 12 Jun 2023 16:40:28 -0600 Subject: [PATCH] Update precompile address for 4844 Use the next available precompile at the time of deployment --- EIPS/eip-4844.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-4844.md b/EIPS/eip-4844.md index f0eb6a364aaf5c..78cb7d452924a3 100644 --- a/EIPS/eip-4844.md +++ b/EIPS/eip-4844.md @@ -43,7 +43,7 @@ Compared to full data sharding, this EIP has a reduced cap on the number of thes | `FIELD_ELEMENTS_PER_BLOB` | `4096` | | `BLS_MODULUS` | `52435875175126190479447740508185965837690552500527637822603658699938581184513` | | `BLOB_COMMITMENT_VERSION_KZG` | `Bytes1(0x01)` | -| `POINT_EVALUATION_PRECOMPILE_ADDRESS` | `Bytes20(0x14)` | +| `POINT_EVALUATION_PRECOMPILE_ADDRESS` | `Bytes20(0x0A)` | | `POINT_EVALUATION_PRECOMPILE_GAS` | `50000` | | `MAX_DATA_GAS_PER_BLOCK` | `786432` | | `TARGET_DATA_GAS_PER_BLOCK` | `393216` |