Skip to content

Commit

Permalink
Update EIP-2612: Make consistent indents in json (#7183)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk authored Jul 24, 2023
1 parent 231684b commit 53e54cd
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions EIPS/eip-2612.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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,
Expand Down

0 comments on commit 53e54cd

Please sign in to comment.