From c4e7da7e486f6cb6ff6281c3ff28bb37445d5415 Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Mon, 6 May 2024 12:37:54 +0200 Subject: [PATCH] docs: link to eip-7002 in prague engine spec (#543) `DepositRequestV1` links to its relevant EIP (EIP-6110). This PR links `WithdrawalRequestV1` to its relevant EIP (EIP-7002). --- src/engine/prague.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/engine/prague.md b/src/engine/prague.md index 763c5302c..1b550b2ae 100644 --- a/src/engine/prague.md +++ b/src/engine/prague.md @@ -42,8 +42,7 @@ The fields are encoded as follows: *Note:* The `amount` value is represented in Gwei. ### WithdrawalRequestV1 - -This structure represents an execution layer triggered withdrawal request. +This structure maps onto the withdrawal request from [EIP-7002](https://eips.ethereum.org/EIPS/eip-7002). The fields are encoded as follows: - `sourceAddress`: `DATA`, 20 Bytes