Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ERCS/erc-7656.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ For contracts using the `NO_LINKED_ID` mode (0x000000000000000000000001), specia

## Reference Implementation

See [`ERC7656Factory.sol`](../assets/erc-7656/ERC7656Factory.sol) for an example implementation of `IERC7656Factory`.
See [`ERC7656Factory.sol`](../assets/eip-7656/ERC7656Factory.sol) for an example implementation of `IERC7656Factory`.

For convenience, the bytecode of the reference implementation has been deployed at `0x76565d90eeB1ce12D05d55D142510dBA634a128F` on Ethereum mainnet, and will be later deployed at the same address to all primary mainnets and selected testnets.

Expand Down
Loading