From 2b6cd0c6a5f2d56c2498618800a13d8a2e1255ad Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 4 Dec 2024 12:26:33 +0100 Subject: [PATCH] Update pages/advanced/eip-7702/overview.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Germán Martínez <6764315+germartinez@users.noreply.github.com> --- pages/advanced/eip-7702/overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/advanced/eip-7702/overview.mdx b/pages/advanced/eip-7702/overview.mdx index 2bc3ffd1..47086ad9 100644 --- a/pages/advanced/eip-7702/overview.mdx +++ b/pages/advanced/eip-7702/overview.mdx @@ -11,8 +11,8 @@ storage. This enhancement allows EOAs to function as smart contract accounts, un In its current implementation, EIP-7702 requires the EOA to sign a special hash calculated using the following parameters: -- `chain_id`: The identifier of the blockchain network -- `address`: The account address to which calls will be delegated +- `chain_id`: The identifier of the blockchain network. +- `address`: The account address to which calls will be delegated. - `nonce`: Current nonce of the account.