From 0c2ffba61fb832bfebecadf7e87760676e0bb9af Mon Sep 17 00:00:00 2001 From: Dmytro Sukhyi Date: Tue, 9 Apr 2024 15:28:11 +0100 Subject: [PATCH 1/2] Add amoy testnet and onchain tree store contracts --- mkdocs/docs/contracts/state.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/mkdocs/docs/contracts/state.md b/mkdocs/docs/contracts/state.md index 3f0fda4..28f4599 100644 --- a/mkdocs/docs/contracts/state.md +++ b/mkdocs/docs/contracts/state.md @@ -1,4 +1,4 @@ -### State Contract +### Contracts [**State.sol - Github**](https://github.com/iden3/contracts/blob/master/contracts/state/State.sol) @@ -17,3 +17,18 @@ The `verifier.sol` contract is automatically generated using circom and can be u - Polygon Mainnet: [0x624ce98D2d27b20b8f8d521723Df8fC4db71D79D](https://polygonscan.com/address/0x624ce98D2d27b20b8f8d521723Df8fC4db71D79D) - Polygon Mumbai Testnet: [0x134B1BE34911E39A8397ec6289782989729807a4](https://mumbai.polygonscan.com/address/0x134B1BE34911E39A8397ec6289782989729807a4) +- Polygon Amoy Testnet: [0x1a4cC30f2aA0377b0c3bc9848766D90cb4404124](https://www.oklink.com/amoy/address/0x1a4cc30f2aa0377b0c3bc9848766d90cb4404124) + + +
+ +[**IdentityTreeStore.sol - Github**](https://github.com/iden3/contracts/blob/master/contracts/identitytreestore/IdentityTreeStore.sol) + +The identity tree store contract is responsible for storing revocation tree nodes and tree roots of Identity. In case +when identity is using onchain [RHS](https://docs.iden3.io/services/rhs/) and [Iden3OnchainSparseMerkleTreeProof2023](https://iden3-communication.io/w3c/status/overview/) credential status. + +### IdentityTreeStore contract addresses (On-chain RHS) + +- Polygon Mainnet: [0xbEeB6bB53504E8C872023451fd0D23BeF01d320B](https://polygonscan.com/address/0xbEeB6bB53504E8C872023451fd0D23BeF01d320B) +- Polygon Mumbai Testnet: [0x16A1ae4c460C0a42f0a87e69c526c61599B28BC9](https://mumbai.polygonscan.com/address/0x16A1ae4c460C0a42f0a87e69c526c61599B28BC9) +- Polygon Amoy Testnet: [0x3d3763eC0a50CE1AdF83d0b5D99FBE0e3fEB43fb](https://www.oklink.com/amoy/address/0x3d3763ec0a50ce1adf83d0b5d99fbe0e3feb43fb) \ No newline at end of file From 73e05d9bcd6294ffda77315425c2e70bc641ebc8 Mon Sep 17 00:00:00 2001 From: Dmytro Sukhyi Date: Tue, 9 Apr 2024 15:56:27 +0100 Subject: [PATCH 2/2] minor fix --- mkdocs/docs/contracts/state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/contracts/state.md b/mkdocs/docs/contracts/state.md index 28f4599..14fa0ba 100644 --- a/mkdocs/docs/contracts/state.md +++ b/mkdocs/docs/contracts/state.md @@ -24,7 +24,7 @@ The `verifier.sol` contract is automatically generated using circom and can be u [**IdentityTreeStore.sol - Github**](https://github.com/iden3/contracts/blob/master/contracts/identitytreestore/IdentityTreeStore.sol) -The identity tree store contract is responsible for storing revocation tree nodes and tree roots of Identity. In case +The identity tree store contract is responsible for storing revocation and roots tree nodes of Identity. In case when identity is using onchain [RHS](https://docs.iden3.io/services/rhs/) and [Iden3OnchainSparseMerkleTreeProof2023](https://iden3-communication.io/w3c/status/overview/) credential status. ### IdentityTreeStore contract addresses (On-chain RHS)