Skip to content

Commit

Permalink
docs: link to eip-7002 in prague engine spec (#543)
Browse files Browse the repository at this point in the history
`DepositRequestV1` links to its relevant EIP (EIP-6110). This PR links `WithdrawalRequestV1` to its relevant EIP (EIP-7002).
  • Loading branch information
onbjerg committed May 6, 2024
1 parent 1a87948 commit c4e7da7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/engine/prague.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4e7da7

Please sign in to comment.