Skip to content

Commit 95fadda

Browse files
committed
Removing reference to ERC6551Registry contract
1 parent 48e4022 commit 95fadda

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ERCS/erc-7656.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,9 @@ These technical decisions collectively aim to broaden the scope and applicabilit
153153

154154
## Reference Implementation
155155

156-
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.
157-
158156
```solidity
159157
contract ERC7656Registry is IERC7656Registry {
160-
// this implementation is mutated from https://github.com/erc6551/reference
158+
// this implementation is a variation of https://github.com/erc6551/reference
161159
162160
function create(
163161
address implementation,

0 commit comments

Comments
 (0)