Skip to content

Commit

Permalink
set ERC number: 7572
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Dec 8, 2023
1 parent 377afdb commit db58d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ERCS/erc-xxxx.md → ERCS/erc-7572.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
eip: xxxx
eip: 7572
title: Contract-level metadata via `contractURI()`
description: A standard for specifying contract-level metadata

Check failure on line 4 in ERCS/erc-7572.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `description` should not contain `standard` (or similar words.)

error[preamble-re-description]: preamble header `description` should not contain `standard` (or similar words.) --> ERCS/erc-7572.md:4:13 | 4 | description: A standard for specifying contract-level metadata | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ prohibited pattern was matched | = info: the pattern in question: `(?i)standar\w*\b` = help: see https://ethereum.github.io/eipw/preamble-re-description/

Check failure on line 4 in ERCS/erc-7572.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `description` should not contain `standard` (or similar words.)

error[preamble-re-description]: preamble header `description` should not contain `standard` (or similar words.) --> ERCS/erc-7572.md:4:13 | 4 | description: A standard for specifying contract-level metadata | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ prohibited pattern was matched | = info: the pattern in question: `(?i)standar\w*\b` = help: see https://ethereum.github.io/eipw/preamble-re-description/
author: Ryan Ghods (@ryanio)
Expand All @@ -26,7 +26,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S
The contract MUST implement the below interface:

```solidity
interface IERCXXXX {
interface IERC7572 {
function contractURI() external view returns (string memory);
event ContractURIUpdated();
Expand Down

0 comments on commit db58d57

Please sign in to comment.