From 7ccf6e00bab3e1034325a7fd06a346caed22aefb Mon Sep 17 00:00:00 2001 From: Oleksandr Date: Wed, 18 Sep 2024 13:42:38 +0300 Subject: [PATCH] Docs: Update README (#831) Co-authored-by: Mikhail <16622558+mmv08@users.noreply.github.com> Co-authored-by: Nicholas Rodrigues Lordello --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52807a22b..da07ae7ef 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ The resulting addresses should be on all networks the same. Note: Address will vary if contract code is changed or a different Solidity version is used. -#### Replay protection (EIP-155) +#### Replay protection ([EIP-155](https://eips.ethereum.org/EIPS/eip-155)) Some networks require replay protection, making it incompatible with the default deployment process as it relies on a presigned transaction without replay protection (see https://github.com/Arachnid/deterministic-deployment-proxy).