From fb32854297f583bc7628af179f2a50a351c4e28f Mon Sep 17 00:00:00 2001 From: Gavin John Date: Tue, 25 Jul 2023 10:52:52 -0500 Subject: [PATCH] Update EIP-1820: Fix See also https://github.com/ethereum/EIPs/pull/7397 --- EIPS/eip-1820.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-1820.md b/EIPS/eip-1820.md index 67db3067b2cda4..09e2dc4bbc253d 100644 --- a/EIPS/eip-1820.md +++ b/EIPS/eip-1820.md @@ -339,7 +339,9 @@ The contract has the address above for every chain on which it is deployed.
Raw metadata of ./contracts/ERC1820Registry.sol
-{
+
+```json
+{
         "compiler": {
           "version": "0.5.3+commit.10d17f24"
         },
@@ -655,7 +657,9 @@ The contract has the address above for every chain on which it is deployed.
           }
         },
         "version": 1
-      }
+      }
+```
+