From 51e010bafe2275c132400c8d6189bcfcc363fe24 Mon Sep 17 00:00:00 2001 From: rakita Date: Mon, 22 Jul 2024 15:17:13 +0200 Subject: [PATCH] Update EIPS/eip-7702.md --- EIPS/eip-7702.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7702.md b/EIPS/eip-7702.md index 369a1298a276d..c17272a4b3dc3 100644 --- a/EIPS/eip-7702.md +++ b/EIPS/eip-7702.md @@ -49,7 +49,7 @@ Transaction is considered invalid if authorization list items can't be decoded a * `address`: 20 bytes array. * `y_parity`: single byte with values 0 or 1. * `r` and `s`: 32 bytes array. -* and `s`-value is greater than `secp256k1n/2`, specified in [EIP-2](./eip-2.md). +* and `s`-value is greater than `secp256k1n/2`, as specified in [EIP-2](./eip-2.md). The fields `chain_id`, `nonce`, `max_priority_fee_per_gas`, `max_fee_per_gas`, `gas_limit`, `destination`, `value`, `data`, and `access_list` of the outer transaction follow the same semantics as [EIP-1559](./eip-1559.md).