Skip to content

Commit

Permalink
Merge pull request #133 from 0xPolygonID/fix/rhs
Browse files Browse the repository at this point in the history
update rhs onchain address
  • Loading branch information
vmidyllic authored Mar 27, 2024
2 parents 349be5c + d4497cc commit 6c835d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The error you're experiencing is typically due to an incorrect configuration of
To resolve this issue, check your `.env-issuer` file for the `ISSUER_CREDENTIAL_STATUS_RHS_MODE` value. If it is set to `OffChain`, you must specify a valid Reverse Hash Service Endpoint in `ISSUER_CREDENTIAL_STATUS_RHS_URL`. For example, you could use our staging RHS: `https://rhs-staging.polygonid.me/`.

If your `ISSUER_CREDENTIAL_STATUS_RHS_MODE` is configured for on-chain operation, ensure you have the correct smart contract information for your network, such as Mumbai:
- `ISSUER_CREDENTIAL_STATUS_ONCHAIN_TREE_STORE_SUPPORTED_CONTRACT`=0x76EB7216F2400aC18C842D8C76739F3B8E619DB9
- `ISSUER_CREDENTIAL_STATUS_ONCHAIN_TREE_STORE_SUPPORTED_CONTRACT`=0x16A1ae4c460C0a42f0a87e69c526c61599B28BC9
- `ISSUER_CREDENTIAL_STATUS_RHS_CHAIN_ID`=8001

Choosing `ISSUER_CREDENTIAL_STATUS_RHS_URL=None` indicates that the issuer node will handle revocation credential status resolution internally, and no further RHS setup is required.
Expand Down
4 changes: 2 additions & 2 deletions docs/issuer/issuer-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ISSUER_CREDENTIAL_STATUS_RHS_MODE=OnChain
<TabItem value="Polygon Mumbai">

```bash
ISSUER_CREDENTIAL_STATUS_ONCHAIN_TREE_STORE_SUPPORTED_CONTRACT=0x76EB7216F2400aC18C842D8C76739F3B8E619DB9
ISSUER_CREDENTIAL_STATUS_ONCHAIN_TREE_STORE_SUPPORTED_CONTRACT=0x16A1ae4c460C0a42f0a87e69c526c61599B28BC9
ISSUER_CREDENTIAL_STATUS_RHS_CHAIN_ID=80001
```

Expand All @@ -88,7 +88,7 @@ ISSUER_CREDENTIAL_STATUS_RHS_CHAIN_ID=80001
<TabItem value="Polygon Main">

```bash
ISSUER_CREDENTIAL_STATUS_ONCHAIN_TREE_STORE_SUPPORTED_CONTRACT=0x80667fdB4CC6bBa3EDaE419f6BFBc129e78d2fC9
ISSUER_CREDENTIAL_STATUS_ONCHAIN_TREE_STORE_SUPPORTED_CONTRACT=0xbEeB6bB53504E8C872023451fd0D23BeF01d320B
ISSUER_CREDENTIAL_STATUS_RHS_CHAIN_ID=137
```

Expand Down

0 comments on commit 6c835d9

Please sign in to comment.