Skip to content

Commit

Permalink
Update ERC-7656: Move to Review
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
sullof authored Sep 3, 2024
1 parent ab5518b commit 95258c8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ERCS/erc-7656.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Generalized Token-Linked Services
description: Define a registry for generic services linked to a specific NFT
author: Francesco Sullo (@sullof)
discussions-to: https://ethereum-magicians.org/t/variation-to-erc6551-to-deploy-any-kind-of-contract-linked-to-an-nft/19223
status: Draft
status: Review
type: Standards Track
category: ERC
created: 2024-03-15
Expand Down Expand Up @@ -116,11 +116,7 @@ ERC-1167 Footer (15 bytes)
Any contract created using a `ERC7656Registry` SHOULD implement the `IERC7656Service` interface:

```solidity
<<<<<<< HEAD
interface IERC7656Service {
=======
interface IERC7656Linked {
>>>>>>> master
/**
* @notice Returns the token linked to the contract
* @return chainId The chainId of the token
Expand Down

0 comments on commit 95258c8

Please sign in to comment.