From c09aa3a90553f0d1216e80461cb1be2e68a0ecb4 Mon Sep 17 00:00:00 2001 From: Maximilian Hubert <64627729+gap-editor@users.noreply.github.com> Date: Thu, 20 Feb 2025 00:26:33 +0100 Subject: [PATCH] Update README.md --- signer/core/testdata/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/signer/core/testdata/README.md b/signer/core/testdata/README.md index f425450a06..1e848a390b 100644 --- a/signer/core/testdata/README.md +++ b/signer/core/testdata/README.md @@ -1,5 +1,5 @@ -### EIP 712 tests +### EIP-712 tests -These tests are json files which are converted into eip-712 typed data. +These tests are json files which are converted into [EIP-712](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md) typed data. All files are expected to be proper json, and tests will fail if they are not. Files that begin with `expfail' are expected to not pass the hashstruct construction.