Skip to content

Commit

Permalink
Removing reference to ERC6551Registry contract
Browse files Browse the repository at this point in the history
  • Loading branch information
sullof committed Nov 27, 2024
1 parent 48e4022 commit 95fadda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ERCS/erc-7656.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,9 @@ These technical decisions collectively aim to broaden the scope and applicabilit

## Reference Implementation

The reference implementation of `ERC7656Registry` is mutated from `ERC6551Registry`, with minor changes to rename over-specific functions, emit a different event and error, and a `supportsInterface` function that returns true only for the `IERC7656Registry` interfaceId.

```solidity
contract ERC7656Registry is IERC7656Registry {
// this implementation is mutated from https://github.com/erc6551/reference
// this implementation is a variation of https://github.com/erc6551/reference
function create(
address implementation,
Expand Down

0 comments on commit 95fadda

Please sign in to comment.