From 53e54cd4e968f5118e348f60783d1d459f9c7c2b Mon Sep 17 00:00:00 2001 From: Denis Davidyuk Date: Tue, 25 Jul 2023 02:27:35 +0600 Subject: [PATCH] Update EIP-2612: Make consistent indents in json (#7183) --- EIPS/eip-2612.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/EIPS/eip-2612.md b/EIPS/eip-2612.md index e32295ba1afc7..90e47d67bf12e 100644 --- a/EIPS/eip-2612.md +++ b/EIPS/eip-2612.md @@ -114,9 +114,10 @@ In other words, the message is the EIP-712 typed structure: "type": "address" } ], - "Permit": [{ - "name": "owner", - "type": "address" + "Permit": [ + { + "name": "owner", + "type": "address" }, { "name": "spender", @@ -136,12 +137,12 @@ In other words, the message is the EIP-712 typed structure: } ], }, - "primaryType": "Permit", - "domain": { - "name": erc20name, - "version": version, - "chainId": chainid, - "verifyingContract": tokenAddress + "primaryType": "Permit", + "domain": { + "name": erc20name, + "version": version, + "chainId": chainid, + "verifyingContract": tokenAddress }, "message": { "owner": owner,