From af75cbbfab46fa41e86553065886364910b2a22b Mon Sep 17 00:00:00 2001 From: Maximilian Hubert <64627729+gap-editor@users.noreply.github.com> Date: Thu, 20 Feb 2025 21:27:35 +0100 Subject: [PATCH] Update signer/core/testdata/README.md Co-authored-by: Sina M <1591639+s1na@users.noreply.github.com> --- signer/core/testdata/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signer/core/testdata/README.md b/signer/core/testdata/README.md index 1e848a390b..85aa70c04c 100644 --- a/signer/core/testdata/README.md +++ b/signer/core/testdata/README.md @@ -1,5 +1,5 @@ ### EIP-712 tests -These tests are json files which are converted into [EIP-712](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md) typed data. +These tests are json files which are converted into [EIP-712](https://eips.ethereum.org/EIPS/eip-712) 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.