From 003a1189c5c9e62b51932b603044735cdba9acf2 Mon Sep 17 00:00:00 2001 From: Oleg Jakushkin Date: Wed, 15 May 2024 15:42:24 +0100 Subject: [PATCH] Refrencing eip-3521 --- EIPS/eip-7703.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/EIPS/eip-7703.md b/EIPS/eip-7703.md index d4722c25b58db..782402992ec6f 100644 --- a/EIPS/eip-7703.md +++ b/EIPS/eip-7703.md @@ -90,7 +90,9 @@ This means users pay for on-chain data inclusion as usual `call_data`. It changes the original [eip-2930](https://eips.ethereum.org/EIPS/eip-2930) logic of "covering the bandwidth costs", which was not described in detail and -is potentially outdated. +is potentially outdated. + +It should be noted that this is not the first time [eip-2930](https://eips.ethereum.org/EIPS/eip-2930) additions have been proposed. In [eip-3521](https://eips.ethereum.org/EIPS/eip-3521), a reduction was already proposed, but it focused only on `ACCESS_LIST_ADDRESS_COST`. ### Examples