Skip to content

Commit

Permalink
Update EIP-5615: Add EIP-165 note (ethereum#6656)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored and fulldecent committed Mar 13, 2023
1 parent 42fe9ad commit bd68d18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EIPS/eip-5615.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ interface ERC1155Supply is ERC1155 {
}
```

Implementations MAY support [ERC-165](./eip-165.md) interface discovery, but consumers MUST NOT rely on it.

## Rationale

This ERC does not implement [ERC-165](./eip-165.md), as this interface is simple enough that the extra complexity is unnecessary and would cause incompatibilities with pre-existing implementations.
Expand Down

0 comments on commit bd68d18

Please sign in to comment.