File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ off-chain usage.
51
51
| Arbitrum Goerli | arbitrum: goerli | 421613 | 0x66eed | [ 0x8FFfcD6a85D29E9C33517aaf60b16FE4548f517E] ( https://goerli.arbiscan.io/address/0x8FFfcD6a85D29E9C33517aaf60b16FE4548f517E ) | [ af1c2db] ( https://github.com/uport-project/ethr-did-registry/commit/af1c2db0e093507627338a6e562e0ed7c219b9ee ) |
52
52
| Linea Goerli | linea: goerli | 59140 | 0xe704 | [ 0x03d5003bf0e79c5f5223588f347eba39afbc3818] ( https://goerli.lineascan.build/address/0x03d5003bf0e79c5f5223588f347eba39afbc3818 ) | [ af1c2db] ( https://github.com/uport-project/ethr-did-registry/commit/af1c2db0e093507627338a6e562e0ed7c219b9ee ) |
53
53
| 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 ) |
55
56
56
57
## Using the Registry
57
58
Original file line number Diff line number Diff line change @@ -38,7 +38,13 @@ export const deployments: EthrDidRegistryDeployment[] = [
38
38
{
39
39
chainId : 2442 ,
40
40
registry : '0x03d5003bf0e79C5F5223588F347ebA39AfbC3818' ,
41
- name : 'cardona:zkevm ' ,
41
+ name : 'cardona' ,
42
42
description : 'polygon zkevm cardona testnet' ,
43
43
} ,
44
+ {
45
+ chainId : 17000 ,
46
+ registry : '0x03d5003bf0e79C5F5223588F347ebA39AfbC3818' ,
47
+ name : 'holesky' ,
48
+ description : 'ethereum infrastructure and core protocol upgrades testnet' ,
49
+ } ,
44
50
]
You can’t perform that action at this time.
0 commit comments