Skip to content

Commit

Permalink
Update ERC-7572: remove aspect ratio suggestion from featured_image
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
ryanio authored Mar 19, 2024
1 parent ff8e374 commit 87cd120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-7572.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The schema for the JSON returned from `contractURI()` MUST conform to:
"featured_image": {
"type": "string",
"format": "uri",
"description": "A URI pointing to a resource with mime type image/* that represents the featured image for the contract, typically used for a highlight section. The aspect ratio of the image should be 1:1."
"description": "A URI pointing to a resource with mime type image/* that represents the featured image for the contract, typically used for a highlight section."
},
"external_link": {
"type": "string",
Expand Down

0 comments on commit 87cd120

Please sign in to comment.