diff --git a/EIPS/eip-7756.md b/EIPS/eip-7756.md index 66011a585aca5..68deb8f3799e7 100644 --- a/EIPS/eip-7756.md +++ b/EIPS/eip-7756.md @@ -17,7 +17,7 @@ Updates the [EIP-3155](./eip-3155.md) JSON tracing specification to support EOF ## Motivation -EIp-3155 defined a tracing standard for Legacy EVM operations. However, the EVM Object Format ([EIP-7692](./eip-7692.md)) adds a number of features that need to be reflected in debugging traces. +EIP-3155 defined a tracing standard for Legacy EVM operations. However, the EVM Object Format ([EIP-7692](./eip-7692.md)) adds a number of features that need to be reflected in debugging traces. The use of these traces has also moved out from state testing, including live block tracing and differential fuzzing, increasing the need to keep tracing up to date.