From 2986942a0e6700a9d184e81ef8f3f01672fd8ed5 Mon Sep 17 00:00:00 2001 From: Everton Fraga Date: Fri, 13 Dec 2019 16:27:43 -0500 Subject: [PATCH] Fix EIP links --- src/hardforks/petersburg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hardforks/petersburg.json b/src/hardforks/petersburg.json index bbc6d28..0a6d7b0 100644 --- a/src/hardforks/petersburg.json +++ b/src/hardforks/petersburg.json @@ -2,7 +2,7 @@ "name": "petersburg", "comment": "Aka constantinopleFix, removes EIP-1283, activate together with or after constantinople", "eip": { - "url": "https://github.com/ethereum/EIPs/pull/1716", + "url": "https://eips.ethereum.org/EIPS/eip-1716", "status": "Draft" }, "gasConfig": {},