Skip to content

Commit 9423b02

Browse files
docs: add Holešky deployment (#64)
use DID/URL friendly network name for holesky
1 parent 22b55e5 commit 9423b02

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ off-chain usage.
5151
| Arbitrum Goerli | arbitrum:goerli | 421613 | 0x66eed | [0x8FFfcD6a85D29E9C33517aaf60b16FE4548f517E](https://goerli.arbiscan.io/address/0x8FFfcD6a85D29E9C33517aaf60b16FE4548f517E) | [af1c2db](https://github.com/uport-project/ethr-did-registry/commit/af1c2db0e093507627338a6e562e0ed7c219b9ee) |
5252
| Linea Goerli | linea:goerli | 59140 | 0xe704 | [0x03d5003bf0e79c5f5223588f347eba39afbc3818](https://goerli.lineascan.build/address/0x03d5003bf0e79c5f5223588f347eba39afbc3818) | [af1c2db](https://github.com/uport-project/ethr-did-registry/commit/af1c2db0e093507627338a6e562e0ed7c219b9ee) |
5353
| Sepolia | sepolia | 11155111 | 0xaa36a7 | [0x03d5003bf0e79c5f5223588f347eba39afbc3818](https://sepolia.etherscan.io/address/0x03d5003bf0e79c5f5223588f347eba39afbc3818#code) | [af1c2db](https://github.com/uport-project/ethr-did-registry/commit/af1c2db0e093507627338a6e562e0ed7c219b9ee) |
54-
| Cardona zkEVM Testnet | | 2442 | 0x98a | [0x03d5003bf0e79c5f5223588f347eba39afbc3818](https://cardona-zkevm.polygonscan.com/address/0x03d5003bf0e79c5f5223588f347eba39afbc3818) | [3baa0b6](https://github.com/pauldesmondparker/ethr-did-registry/commit/3baa0b6ee41aeb38b786a7e93b62e88cd372f564) |
54+
| Cardona | cardona | 2442 | 0x98a | [0x03d5003bf0e79c5f5223588f347eba39afbc3818](https://cardona-zkevm.polygonscan.com/address/0x03d5003bf0e79c5f5223588f347eba39afbc3818) | [0ab4f151](https://github.com/uport-project/ethr-did-registry/commit/0ab4f151ddde5b7739b97827c4fb901289f57892) |
55+
| Holešky | holesky | 17000 | 0x4268 | [0x03d5003bf0e79c5f5223588f347eba39afbc3818](https://holesky.etherscan.io/address/0x03d5003bf0e79c5f5223588f347eba39afbc3818) | [0ab4f151](https://github.com/uport-project/ethr-did-registry/commit/0ab4f151ddde5b7739b97827c4fb901289f57892) |
5556

5657
## Using the Registry
5758

deployments.ts

+7-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ export const deployments: EthrDidRegistryDeployment[] = [
3838
{
3939
chainId: 2442,
4040
registry: '0x03d5003bf0e79C5F5223588F347ebA39AfbC3818',
41-
name: 'cardona:zkevm',
41+
name: 'cardona',
4242
description: 'polygon zkevm cardona testnet',
4343
},
44+
{
45+
chainId: 17000,
46+
registry: '0x03d5003bf0e79C5F5223588F347ebA39AfbC3818',
47+
name: 'holesky',
48+
description: 'ethereum infrastructure and core protocol upgrades testnet',
49+
},
4450
]

0 commit comments

Comments
 (0)