Skip to content

Commit 667ad98

Browse files
committed
Added Sepolia deployments
1 parent d0be3d8 commit 667ad98

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.7.1] - 13-05-2024
11+
### Added
12+
- Sepolia deployments for the Identity Protocol and Proof of Humanity smart contracts;
13+
1014
## [3.7.0] - 10-05-2024
1115

1216
### Added
@@ -398,7 +402,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
398402
- `Not Found` page returning HTTP status `200`;
399403
- Broken logo link in the footer;
400404

401-
[Unreleased]: https://github.com/rarimo/docs/compare/v3.7.0...HEAD
405+
[Unreleased]: https://github.com/rarimo/docs/compare/v3.7.1...HEAD
406+
[3.7.1]: https://github.com/rarimo/docs/releases/tag/v3.7.1...v3.7.1
402407
[3.7.0]: https://github.com/rarimo/docs/releases/tag/v3.6.1...v3.7.0
403408
[3.6.1]: https://github.com/rarimo/docs/releases/tag/v3.6.0...v3.6.1
404409
[3.6.0]: https://github.com/rarimo/docs/releases/tag/v3.5.2...v3.6.0

docs/ecosystem/proof-of-humanity/smart-contracts-reference.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The SBT awarded to users who complete the Proof of Humanity verification.
1919
| Chain | ChainID | Address |
2020
| ------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
2121
| Polygon | `137` | `0xaD7De01cb7eaAFf3a419A0a0a3133a964cD90373` \(<OutLink href="https://polygonscan.com/address/0xaD7De01cb7eaAFf3a419A0a0a3133a964cD90373">Polygonscan</OutLink>\) |
22-
| Goerli | `5` | `0xfaA7e7F14a2dCAD537d0141533bB58D62dD8022c` \(<OutLink href="https://goerli.etherscan.io/address/0xfaA7e7F14a2dCAD537d0141533bB58D62dD8022c">Etherscan</OutLink>\) |
22+
| Sepolia | `11155111` | `0x499CE3f5D83c2E87684D2E7De00e9558a2d0Bc19` \(<OutLink href="https://sepolia.etherscan.io/address/0xfaA7e7F14a2dCAD537d0141533bB58D62dD8022c">Etherscan</OutLink>\) |
2323

2424
### Interface
2525

@@ -66,7 +66,7 @@ It's an implementation of a verifier contract that mints a Proof of Humanity SBT
6666
| Chain | ChainID | Address |
6767
| ------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
6868
| Polygon | `137` | `0x7DdAde70efADf832A600ba483FAD26fCA477FE2A` \(<OutLink href="https://polygonscan.com/address/0x7DdAde70efADf832A600ba483FAD26fCA477FE2A">Polygonscan</OutLink>\) |
69-
| Goerli | `5` | `0x86906AbAAfA7F58Fb4D3125BD1971Fcf04F52CDd` \(<OutLink href="https://goerli.etherscan.io/address/0x86906AbAAfA7F58Fb4D3125BD1971Fcf04F52CDd">Etherscan</OutLink>\) |
69+
| Sepolia | `11155111` | `0x862e0673919068efeA3caa4059Bb7a2e03cA3279` \(<OutLink href="https://sepolia.etherscan.io/address/0x86906AbAAfA7F58Fb4D3125BD1971Fcf04F52CDd">Etherscan</OutLink>\) |
7070

7171
### Interface
7272

docs/products/identity-protocol/smart-contracts-reference.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ See <OutLink href="https://github.com/rarimo/identity-contracts/blob/master/cont
6969
| -------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
7070
| Ethereum | `1` | `0xF3e2491627b9eF3816A4143010B39B2B67F33E55` \(<OutLink href="https://etherscan.io/address/0xF3e2491627b9eF3816A4143010B39B2B67F33E55">Etherscan</OutLink>\) |
7171
| Polygon | `137` | `0xf9bA419ad9c82451d31d89917db61253a1e46B3C` \(<OutLink href="https://polygonscan.com/address/0xf9bA419ad9c82451d31d89917db61253a1e46B3C">Polygonscan</OutLink>\) |
72-
| Sepolia | `11155111` | `0x4EaEdFbD2156f5D77b11c4fE073032c4D90Dd315` \(<OutLink href="https://sepolia.etherscan.io/address/0x4EaEdFbD2156f5D77b11c4fE073032c4D90Dd315">Etherscan</OutLink>\) |
73-
| Goerli | `5` | `0x0F08e8EA245E63F2090Bf3fF3772402Da9c047ee` \(<OutLink href="https://goerli.etherscan.io/address/0x0F08e8EA245E63F2090Bf3fF3772402Da9c047ee">Etherscan</OutLink>\) |
72+
| Sepolia | `11155111` | `0x8a9F505bD8a22BF09b0c19F65C17426cd33f3912` \(<OutLink href="https://sepolia.etherscan.io/address/0x4EaEdFbD2156f5D77b11c4fE073032c4D90Dd315">Etherscan</OutLink>\) |
7473

7574
#### Interface
7675

0 commit comments

Comments
 (0)