@hyperlane-xyz/registry 1.1.2 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -261,6 +261,24 @@ export declare const chainAddresses: {
261
261
  timelockController: string;
262
262
  validatorAnnounce: string;
263
263
  };
264
+ holesky: {
265
+ mailbox: string;
266
+ proxyAdmin: string;
267
+ validatorAnnounce: string;
268
+ testRecipient: string;
269
+ staticMerkleRootMultisigIsmFactory: string;
270
+ staticMessageIdMultisigIsmFactory: string;
271
+ staticAggregationIsmFactory: string;
272
+ staticAggregationHookFactory: string;
273
+ domainRoutingIsmFactory: string;
274
+ interchainSecurityModule: string;
275
+ merkleTreeHook: string;
276
+ fallbackRoutingHook: string;
277
+ pausableHook: string;
278
+ storageGasOracle: string;
279
+ interchainGasPaymaster: string;
280
+ protocolFee: string;
281
+ };
264
282
  inevm: {
265
283
  aggregationHook: string;
266
284
  domainRoutingIsm: string;
@@ -261,6 +261,24 @@ export const chainAddresses = {
261
261
  "timelockController": "0x0000000000000000000000000000000000000000",
262
262
  "validatorAnnounce": "0x87ED6926abc9E38b9C7C19f835B41943b622663c"
263
263
  },
264
+ "holesky": {
265
+ "mailbox": "0x46f7C5D896bbeC89bE1B19e4485e59b4Be49e9Cc",
266
+ "proxyAdmin": "0x33dB966328Ea213b0f76eF96CA368AB37779F065",
267
+ "validatorAnnounce": "0xAb9B273366D794B7F80B4378bc8Aaca75C6178E2",
268
+ "testRecipient": "0x86fb9F1c124fB20ff130C41a79a432F770f67AFD",
269
+ "staticMerkleRootMultisigIsmFactory": "0xC2E36cd6e32e194EE11f15D9273B64461A4D49A2",
270
+ "staticMessageIdMultisigIsmFactory": "0x6966b0E55883d49BFB24539356a2f8A673E02039",
271
+ "staticAggregationIsmFactory": "0x54148470292C24345fb828B003461a9444414517",
272
+ "staticAggregationHookFactory": "0x589C201a07c26b4725A4A829d772f24423da480B",
273
+ "domainRoutingIsmFactory": "0xDDcFEcF17586D08A5740B7D91735fcCE3dfe3eeD",
274
+ "interchainSecurityModule": "0x751f2b684EeBb916dB777767CCb8fd793C8b2956",
275
+ "merkleTreeHook": "0x98AAE089CaD930C64a76dD2247a2aC5773a4B8cE",
276
+ "fallbackRoutingHook": "0x07009DA2249c388aD0f416a235AfE90D784e1aAc",
277
+ "pausableHook": "0xF7561c34f17A32D5620583A3397C304e7038a7F6",
278
+ "storageGasOracle": "0x2b2a158B4059C840c7aC67399B153bb567D06303",
279
+ "interchainGasPaymaster": "0x5CBf4e70448Ed46c2616b04e9ebc72D29FF0cfA9",
280
+ "protocolFee": "0x6b1bb4ce664Bb4164AEB4d3D2E7DE7450DD8084C"
281
+ },
264
282
  "inevm": {
265
283
  "aggregationHook": "0xe0dDb5dE7D52918237cC1Ae131F29dcAbcb0F62B",
266
284
  "domainRoutingIsm": "0xBD70Ea9D599a0FC8158B026797177773C3445730",
@@ -485,6 +485,36 @@ export const chainMetadata = {
485
485
  }
486
486
  ]
487
487
  },
488
+ "holesky": {
489
+ "blockExplorers": [
490
+ {
491
+ "apiUrl": "https://api-holesky.etherscan.io/api",
492
+ "family": "etherscan",
493
+ "name": "Etherscan",
494
+ "url": "https://holesky.etherscan.io"
495
+ }
496
+ ],
497
+ "blocks": {
498
+ "confirmations": 1,
499
+ "estimateBlockTime": 13,
500
+ "reorgPeriod": 2
501
+ },
502
+ "name": "holesky",
503
+ "chainId": 17000,
504
+ "isTestnet": true,
505
+ "domainId": 17000,
506
+ "protocol": "ethereum",
507
+ "nativeToken": {
508
+ "decimals": 18,
509
+ "name": "Ether",
510
+ "symbol": "ETH"
511
+ },
512
+ "rpcUrls": [
513
+ {
514
+ "http": "https://ethereum-holesky-rpc.publicnode.com"
515
+ }
516
+ ]
517
+ },
488
518
  "inevm": {
489
519
  "blockExplorers": [
490
520
  {
@@ -0,0 +1,18 @@
1
+ export declare const addresses: {
2
+ mailbox: string;
3
+ proxyAdmin: string;
4
+ validatorAnnounce: string;
5
+ testRecipient: string;
6
+ staticMerkleRootMultisigIsmFactory: string;
7
+ staticMessageIdMultisigIsmFactory: string;
8
+ staticAggregationIsmFactory: string;
9
+ staticAggregationHookFactory: string;
10
+ domainRoutingIsmFactory: string;
11
+ interchainSecurityModule: string;
12
+ merkleTreeHook: string;
13
+ fallbackRoutingHook: string;
14
+ pausableHook: string;
15
+ storageGasOracle: string;
16
+ interchainGasPaymaster: string;
17
+ protocolFee: string;
18
+ };
@@ -0,0 +1,18 @@
1
+ export const addresses = {
2
+ "mailbox": "0x46f7C5D896bbeC89bE1B19e4485e59b4Be49e9Cc",
3
+ "proxyAdmin": "0x33dB966328Ea213b0f76eF96CA368AB37779F065",
4
+ "validatorAnnounce": "0xAb9B273366D794B7F80B4378bc8Aaca75C6178E2",
5
+ "testRecipient": "0x86fb9F1c124fB20ff130C41a79a432F770f67AFD",
6
+ "staticMerkleRootMultisigIsmFactory": "0xC2E36cd6e32e194EE11f15D9273B64461A4D49A2",
7
+ "staticMessageIdMultisigIsmFactory": "0x6966b0E55883d49BFB24539356a2f8A673E02039",
8
+ "staticAggregationIsmFactory": "0x54148470292C24345fb828B003461a9444414517",
9
+ "staticAggregationHookFactory": "0x589C201a07c26b4725A4A829d772f24423da480B",
10
+ "domainRoutingIsmFactory": "0xDDcFEcF17586D08A5740B7D91735fcCE3dfe3eeD",
11
+ "interchainSecurityModule": "0x751f2b684EeBb916dB777767CCb8fd793C8b2956",
12
+ "merkleTreeHook": "0x98AAE089CaD930C64a76dD2247a2aC5773a4B8cE",
13
+ "fallbackRoutingHook": "0x07009DA2249c388aD0f416a235AfE90D784e1aAc",
14
+ "pausableHook": "0xF7561c34f17A32D5620583A3397C304e7038a7F6",
15
+ "storageGasOracle": "0x2b2a158B4059C840c7aC67399B153bb567D06303",
16
+ "interchainGasPaymaster": "0x5CBf4e70448Ed46c2616b04e9ebc72D29FF0cfA9",
17
+ "protocolFee": "0x6b1bb4ce664Bb4164AEB4d3D2E7DE7450DD8084C"
18
+ };
@@ -0,0 +1,18 @@
1
+ {
2
+ "mailbox": "0x46f7C5D896bbeC89bE1B19e4485e59b4Be49e9Cc",
3
+ "proxyAdmin": "0x33dB966328Ea213b0f76eF96CA368AB37779F065",
4
+ "validatorAnnounce": "0xAb9B273366D794B7F80B4378bc8Aaca75C6178E2",
5
+ "testRecipient": "0x86fb9F1c124fB20ff130C41a79a432F770f67AFD",
6
+ "staticMerkleRootMultisigIsmFactory": "0xC2E36cd6e32e194EE11f15D9273B64461A4D49A2",
7
+ "staticMessageIdMultisigIsmFactory": "0x6966b0E55883d49BFB24539356a2f8A673E02039",
8
+ "staticAggregationIsmFactory": "0x54148470292C24345fb828B003461a9444414517",
9
+ "staticAggregationHookFactory": "0x589C201a07c26b4725A4A829d772f24423da480B",
10
+ "domainRoutingIsmFactory": "0xDDcFEcF17586D08A5740B7D91735fcCE3dfe3eeD",
11
+ "interchainSecurityModule": "0x751f2b684EeBb916dB777767CCb8fd793C8b2956",
12
+ "merkleTreeHook": "0x98AAE089CaD930C64a76dD2247a2aC5773a4B8cE",
13
+ "fallbackRoutingHook": "0x07009DA2249c388aD0f416a235AfE90D784e1aAc",
14
+ "pausableHook": "0xF7561c34f17A32D5620583A3397C304e7038a7F6",
15
+ "storageGasOracle": "0x2b2a158B4059C840c7aC67399B153bb567D06303",
16
+ "interchainGasPaymaster": "0x5CBf4e70448Ed46c2616b04e9ebc72D29FF0cfA9",
17
+ "protocolFee": "0x6b1bb4ce664Bb4164AEB4d3D2E7DE7450DD8084C"
18
+ }
@@ -0,0 +1,16 @@
1
+ mailbox: "0x46f7C5D896bbeC89bE1B19e4485e59b4Be49e9Cc"
2
+ proxyAdmin: "0x33dB966328Ea213b0f76eF96CA368AB37779F065"
3
+ validatorAnnounce: "0xAb9B273366D794B7F80B4378bc8Aaca75C6178E2"
4
+ testRecipient: "0x86fb9F1c124fB20ff130C41a79a432F770f67AFD"
5
+ staticMerkleRootMultisigIsmFactory: "0xC2E36cd6e32e194EE11f15D9273B64461A4D49A2"
6
+ staticMessageIdMultisigIsmFactory: "0x6966b0E55883d49BFB24539356a2f8A673E02039"
7
+ staticAggregationIsmFactory: "0x54148470292C24345fb828B003461a9444414517"
8
+ staticAggregationHookFactory: "0x589C201a07c26b4725A4A829d772f24423da480B"
9
+ domainRoutingIsmFactory: "0xDDcFEcF17586D08A5740B7D91735fcCE3dfe3eeD"
10
+ interchainSecurityModule: "0x751f2b684EeBb916dB777767CCb8fd793C8b2956"
11
+ merkleTreeHook: "0x98AAE089CaD930C64a76dD2247a2aC5773a4B8cE"
12
+ fallbackRoutingHook: "0x07009DA2249c388aD0f416a235AfE90D784e1aAc"
13
+ pausableHook: "0xF7561c34f17A32D5620583A3397C304e7038a7F6"
14
+ storageGasOracle: "0x2b2a158B4059C840c7aC67399B153bb567D06303"
15
+ interchainGasPaymaster: "0x5CBf4e70448Ed46c2616b04e9ebc72D29FF0cfA9"
16
+ protocolFee: "0x6b1bb4ce664Bb4164AEB4d3D2E7DE7450DD8084C"
@@ -0,0 +1,2 @@
1
+ export { metadata } from './metadata.js';
2
+ export { addresses } from './addresses.js';
@@ -0,0 +1,2 @@
1
+ export { metadata } from './metadata.js';
2
+ export { addresses } from './addresses.js';
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" clip-rule="evenodd" viewBox="-150 0 1100 1277.4"><g fill-rule="nonzero"><path fill="#343434" d="m392.1 0-8.6 29.1v844.6l8.6 8.6 392-231.8z"/><path fill="#8C8C8C" d="M392.1 0 0 650.5l392.1 231.8v-410z"/><path fill="#3C3C3B" d="m392.1 956.5-4.9 5.9v300.9l4.9 14.1 392.3-552.5z"/><path fill="#8C8C8C" d="M392.1 1277.4V956.5L0 724.9z"/><path fill="#141414" d="m392.1 882.3 392-231.8-392-178.2z"/><path fill="#393939" d="m0 650.5 392.1 231.8v-410z"/></g></svg>
@@ -0,0 +1,2 @@
1
+ import type { ChainMetadata } from '@hyperlane-xyz/sdk';
2
+ export declare const metadata: ChainMetadata;
@@ -0,0 +1,30 @@
1
+ export const metadata = {
2
+ "blockExplorers": [
3
+ {
4
+ "apiUrl": "https://api-holesky.etherscan.io/api",
5
+ "family": "etherscan",
6
+ "name": "Etherscan",
7
+ "url": "https://holesky.etherscan.io"
8
+ }
9
+ ],
10
+ "blocks": {
11
+ "confirmations": 1,
12
+ "estimateBlockTime": 13,
13
+ "reorgPeriod": 2
14
+ },
15
+ "name": "holesky",
16
+ "chainId": 17000,
17
+ "isTestnet": true,
18
+ "domainId": 17000,
19
+ "protocol": "ethereum",
20
+ "nativeToken": {
21
+ "decimals": 18,
22
+ "name": "Ether",
23
+ "symbol": "ETH"
24
+ },
25
+ "rpcUrls": [
26
+ {
27
+ "http": "https://ethereum-holesky-rpc.publicnode.com"
28
+ }
29
+ ]
30
+ };
@@ -0,0 +1,30 @@
1
+ {
2
+ "blockExplorers": [
3
+ {
4
+ "apiUrl": "https://api-holesky.etherscan.io/api",
5
+ "family": "etherscan",
6
+ "name": "Etherscan",
7
+ "url": "https://holesky.etherscan.io"
8
+ }
9
+ ],
10
+ "blocks": {
11
+ "confirmations": 1,
12
+ "estimateBlockTime": 13,
13
+ "reorgPeriod": 2
14
+ },
15
+ "name": "holesky",
16
+ "chainId": 17000,
17
+ "isTestnet": true,
18
+ "domainId": 17000,
19
+ "protocol": "ethereum",
20
+ "nativeToken": {
21
+ "decimals": 18,
22
+ "name": "Ether",
23
+ "symbol": "ETH"
24
+ },
25
+ "rpcUrls": [
26
+ {
27
+ "http": "https://ethereum-holesky-rpc.publicnode.com"
28
+ }
29
+ ]
30
+ }
@@ -0,0 +1,21 @@
1
+ # yaml-language-server: $schema=../schema.json
2
+ blockExplorers:
3
+ - apiUrl: https://api-holesky.etherscan.io/api
4
+ family: etherscan
5
+ name: Etherscan
6
+ url: https://holesky.etherscan.io
7
+ blocks:
8
+ confirmations: 1
9
+ estimateBlockTime: 13
10
+ reorgPeriod: 2
11
+ name: holesky
12
+ chainId: 17000
13
+ isTestnet: true
14
+ domainId: 17000
15
+ protocol: ethereum
16
+ nativeToken:
17
+ decimals: 18
18
+ name: Ether
19
+ symbol: ETH
20
+ rpcUrls:
21
+ - http: https://ethereum-holesky-rpc.publicnode.com
package/dist/index.d.ts CHANGED
@@ -34,6 +34,8 @@ export { metadata as fuji } from './chains/fuji/metadata.js';
34
34
  export { addresses as fujiAddresses } from './chains/fuji/addresses.js';
35
35
  export { metadata as gnosis } from './chains/gnosis/metadata.js';
36
36
  export { addresses as gnosisAddresses } from './chains/gnosis/addresses.js';
37
+ export { metadata as holesky } from './chains/holesky/metadata.js';
38
+ export { addresses as holeskyAddresses } from './chains/holesky/addresses.js';
37
39
  export { metadata as inevm } from './chains/inevm/metadata.js';
38
40
  export { addresses as inevmAddresses } from './chains/inevm/addresses.js';
39
41
  export { metadata as injective } from './chains/injective/metadata.js';
package/dist/index.js CHANGED
@@ -34,6 +34,8 @@ export { metadata as fuji } from './chains/fuji/metadata.js';
34
34
  export { addresses as fujiAddresses } from './chains/fuji/addresses.js';
35
35
  export { metadata as gnosis } from './chains/gnosis/metadata.js';
36
36
  export { addresses as gnosisAddresses } from './chains/gnosis/addresses.js';
37
+ export { metadata as holesky } from './chains/holesky/metadata.js';
38
+ export { addresses as holeskyAddresses } from './chains/holesky/addresses.js';
37
39
  export { metadata as inevm } from './chains/inevm/metadata.js';
38
40
  export { addresses as inevmAddresses } from './chains/inevm/addresses.js';
39
41
  export { metadata as injective } from './chains/injective/metadata.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hyperlane-xyz/registry",
3
3
  "description": "A collection of configs, artifacts, and schemas for Hyperlane",
4
- "version": "1.1.2",
4
+ "version": "1.2.0",
5
5
  "dependencies": {
6
6
  "yaml": "^2",
7
7
  "zod": "^3.21.2"