Skip to content

Commit

Permalink
Update ERC-7812: Update ERC-7812 deployment address
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
Arvolear authored Feb 18, 2025
1 parent 570e62c commit 7057d01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ERCS/erc-7812.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ created: 2024-11-08

## Abstract

This EIP introduces an on-chain registry system for storing and proving abstract statements. Users may utilize the system to store commitments to their private data to later prove its validity and authenticity via zero knowledge, without disclosing anything about the data itself. Moreover, developers may use the singleton `EvidenceRegistry` contract available at `0x<TODO>` <!-- TODO --> to integrate custom business-specific registrars for managing and processing particular statements.
This EIP introduces an on-chain registry system for storing and proving abstract statements. Users may utilize the system to store commitments to their private data to later prove its validity and authenticity via zero knowledge, without disclosing anything about the data itself. Moreover, developers may use the singleton `EvidenceRegistry` contract available at `0x781268D46a654D020922f115D75dd3D56D287812` to integrate custom business-specific registrars for managing and processing particular statements.

## Motivation

Expand Down Expand Up @@ -205,7 +205,7 @@ This EIP is fully backwards compatible.

### Deployment Method

The `EvidenceRegistry` is a singleton contract available at `0x<TODO>` <!-- TODO --> deployed via the "deterministic deployment proxy" from `0x4e59b44847b379578588920ca78fbf26c0b4956c` with the salt `0x<TODO so that the ER address starts with the EIP number>` <!-- TODO -->.
The `EvidenceRegistry` is a singleton contract available at `0x781268D46a654D020922f115D75dd3D56D287812` deployed via the "deterministic deployment proxy" from `0x4e59b44847b379578588920ca78fbf26c0b4956c` with the salt `0x9a533395526948e0860194b5dbd307de82d332d7fb268e02659096f3c904bf9f`.

## Reference Implementation

Expand Down Expand Up @@ -519,4 +519,4 @@ The `getRoot` method of `EvidenceDB` SHOULD NOT be used on-chain by the integrat

## Copyright

Copyright and related rights waived via [CC0](../LICENSE.md).
Copyright and related rights waived via [CC0](../LICENSE.md).

0 comments on commit 7057d01

Please sign in to comment.