@hyperlane-xyz/registry 9.4.0 → 9.5.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.
package/README.md CHANGED
@@ -19,6 +19,10 @@ Configs and artifacts for [Hyperlane Core Contract](https://docs.hyperlane.xyz/d
19
19
 
20
20
  Address artifacts for [Warp Route](https://docs.hyperlane.xyz/docs/deploy/deploy-warp-route) token deployments.
21
21
 
22
+ #### Install `gitleaks`
23
+
24
+ You need `gitleaks` installed on your machine. You can download it from [official page](https://github.com/gitleaks/gitleaks) or use a package manager of your choice.
25
+
22
26
  ## Contributing
23
27
 
24
28
  This registry is maintained by the core Hyperlane team but community members are encouraged to add chain and deployment information here! See the [Contribution Guide](./CONTRIBUTING.md) for more information.
@@ -3584,6 +3584,21 @@ export declare const chainAddresses: {
3584
3584
  timelockController: string;
3585
3585
  validatorAnnounce: string;
3586
3586
  };
3587
+ sapphiretestnet: {
3588
+ domainRoutingIsmFactory: string;
3589
+ interchainAccountIsm: string;
3590
+ interchainAccountRouter: string;
3591
+ mailbox: string;
3592
+ proxyAdmin: string;
3593
+ staticAggregationHookFactory: string;
3594
+ staticAggregationIsmFactory: string;
3595
+ staticMerkleRootMultisigIsmFactory: string;
3596
+ staticMerkleRootWeightedMultisigIsmFactory: string;
3597
+ staticMessageIdMultisigIsmFactory: string;
3598
+ staticMessageIdWeightedMultisigIsmFactory: string;
3599
+ testRecipient: string;
3600
+ validatorAnnounce: string;
3601
+ };
3587
3602
  scroll: {
3588
3603
  aggregationHook: string;
3589
3604
  domainRoutingIsm: string;
@@ -3584,6 +3584,21 @@ export const chainAddresses = {
3584
3584
  "timelockController": "0x0000000000000000000000000000000000000000",
3585
3585
  "validatorAnnounce": "0x062200d92dF6bB7bA89Ce4D6800110450f94784e"
3586
3586
  },
3587
+ "sapphiretestnet": {
3588
+ "domainRoutingIsmFactory": "0x3497967f8E5041f486eC559E6B760d8f051A034C",
3589
+ "interchainAccountIsm": "0xD84DE931A0EDA06Af3944a4e9933c24f3B56DCaC",
3590
+ "interchainAccountRouter": "0xFdca43771912CE5F5B4D869B0c05df0b6eF8aEFc",
3591
+ "mailbox": "0x79d3ECb26619B968A68CE9337DfE016aeA471435",
3592
+ "proxyAdmin": "0x5Ed8004e3352df333901b0B2E98Bd98C3B4AA59A",
3593
+ "staticAggregationHookFactory": "0x212c232Ee07E187CF9b4497A30A3a4D034aAC4D6",
3594
+ "staticAggregationIsmFactory": "0xE25A539AdCa1Aac56549997f2bB88272c5D9498c",
3595
+ "staticMerkleRootMultisigIsmFactory": "0x9851EC4C62943E9974370E87E93CE552abE7705E",
3596
+ "staticMerkleRootWeightedMultisigIsmFactory": "0x688dE6d0aBcb60a711f149c274014c865446b49D",
3597
+ "staticMessageIdMultisigIsmFactory": "0xFE0937b1369Bbba59211c4119B91984FF450ccf1",
3598
+ "staticMessageIdWeightedMultisigIsmFactory": "0x1de05675c8cd512A30c17Ea0a3491d74eF290994",
3599
+ "testRecipient": "0x7bf548104F8f500C563Aa6DC7FbF3b1ad93E4E03",
3600
+ "validatorAnnounce": "0xB119f96a106919489b6495128f30e7088e55B05c"
3601
+ },
3587
3602
  "scroll": {
3588
3603
  "aggregationHook": "0x9Bc0FAf446E128a618A88a2F28960Fb2Ca169faE",
3589
3604
  "domainRoutingIsm": "0x4d02AfFc3F030c887e2f914B8B67E0B845e034fD",
@@ -7015,6 +7015,42 @@ export const chainMetadata = {
7015
7015
  ],
7016
7016
  "technicalStack": "arbitrumnitro"
7017
7017
  },
7018
+ "sapphiretestnet": {
7019
+ "blockExplorers": [
7020
+ {
7021
+ "apiUrl": "https://nexus.oasis.io/v1/",
7022
+ "family": "other",
7023
+ "name": "Oasis Explorer",
7024
+ "url": "https://explorer.oasis.io/testnet/sapphire"
7025
+ }
7026
+ ],
7027
+ "blocks": {
7028
+ "confirmations": 1,
7029
+ "estimateBlockTime": 6,
7030
+ "reorgPeriod": 0
7031
+ },
7032
+ "chainId": 23295,
7033
+ "deployer": {
7034
+ "name": "Oasis Protocol Foundation",
7035
+ "url": "https://oasisprotocol.org/"
7036
+ },
7037
+ "displayName": "Sapphire Testnet",
7038
+ "domainId": 23295,
7039
+ "isTestnet": true,
7040
+ "name": "sapphiretestnet",
7041
+ "nativeToken": {
7042
+ "decimals": 18,
7043
+ "name": "TEST",
7044
+ "symbol": "TEST"
7045
+ },
7046
+ "protocol": "ethereum",
7047
+ "rpcUrls": [
7048
+ {
7049
+ "http": "https://testnet.sapphire.oasis.io"
7050
+ }
7051
+ ],
7052
+ "technicalStack": "other"
7053
+ },
7018
7054
  "scroll": {
7019
7055
  "blockExplorers": [
7020
7056
  {
@@ -0,0 +1,15 @@
1
+ export declare const addresses: {
2
+ domainRoutingIsmFactory: string;
3
+ interchainAccountIsm: string;
4
+ interchainAccountRouter: string;
5
+ mailbox: string;
6
+ proxyAdmin: string;
7
+ staticAggregationHookFactory: string;
8
+ staticAggregationIsmFactory: string;
9
+ staticMerkleRootMultisigIsmFactory: string;
10
+ staticMerkleRootWeightedMultisigIsmFactory: string;
11
+ staticMessageIdMultisigIsmFactory: string;
12
+ staticMessageIdWeightedMultisigIsmFactory: string;
13
+ testRecipient: string;
14
+ validatorAnnounce: string;
15
+ };
@@ -0,0 +1,15 @@
1
+ export const addresses = {
2
+ "domainRoutingIsmFactory": "0x3497967f8E5041f486eC559E6B760d8f051A034C",
3
+ "interchainAccountIsm": "0xD84DE931A0EDA06Af3944a4e9933c24f3B56DCaC",
4
+ "interchainAccountRouter": "0xFdca43771912CE5F5B4D869B0c05df0b6eF8aEFc",
5
+ "mailbox": "0x79d3ECb26619B968A68CE9337DfE016aeA471435",
6
+ "proxyAdmin": "0x5Ed8004e3352df333901b0B2E98Bd98C3B4AA59A",
7
+ "staticAggregationHookFactory": "0x212c232Ee07E187CF9b4497A30A3a4D034aAC4D6",
8
+ "staticAggregationIsmFactory": "0xE25A539AdCa1Aac56549997f2bB88272c5D9498c",
9
+ "staticMerkleRootMultisigIsmFactory": "0x9851EC4C62943E9974370E87E93CE552abE7705E",
10
+ "staticMerkleRootWeightedMultisigIsmFactory": "0x688dE6d0aBcb60a711f149c274014c865446b49D",
11
+ "staticMessageIdMultisigIsmFactory": "0xFE0937b1369Bbba59211c4119B91984FF450ccf1",
12
+ "staticMessageIdWeightedMultisigIsmFactory": "0x1de05675c8cd512A30c17Ea0a3491d74eF290994",
13
+ "testRecipient": "0x7bf548104F8f500C563Aa6DC7FbF3b1ad93E4E03",
14
+ "validatorAnnounce": "0xB119f96a106919489b6495128f30e7088e55B05c"
15
+ };
@@ -0,0 +1,15 @@
1
+ {
2
+ "domainRoutingIsmFactory": "0x3497967f8E5041f486eC559E6B760d8f051A034C",
3
+ "interchainAccountIsm": "0xD84DE931A0EDA06Af3944a4e9933c24f3B56DCaC",
4
+ "interchainAccountRouter": "0xFdca43771912CE5F5B4D869B0c05df0b6eF8aEFc",
5
+ "mailbox": "0x79d3ECb26619B968A68CE9337DfE016aeA471435",
6
+ "proxyAdmin": "0x5Ed8004e3352df333901b0B2E98Bd98C3B4AA59A",
7
+ "staticAggregationHookFactory": "0x212c232Ee07E187CF9b4497A30A3a4D034aAC4D6",
8
+ "staticAggregationIsmFactory": "0xE25A539AdCa1Aac56549997f2bB88272c5D9498c",
9
+ "staticMerkleRootMultisigIsmFactory": "0x9851EC4C62943E9974370E87E93CE552abE7705E",
10
+ "staticMerkleRootWeightedMultisigIsmFactory": "0x688dE6d0aBcb60a711f149c274014c865446b49D",
11
+ "staticMessageIdMultisigIsmFactory": "0xFE0937b1369Bbba59211c4119B91984FF450ccf1",
12
+ "staticMessageIdWeightedMultisigIsmFactory": "0x1de05675c8cd512A30c17Ea0a3491d74eF290994",
13
+ "testRecipient": "0x7bf548104F8f500C563Aa6DC7FbF3b1ad93E4E03",
14
+ "validatorAnnounce": "0xB119f96a106919489b6495128f30e7088e55B05c"
15
+ }
@@ -0,0 +1,13 @@
1
+ domainRoutingIsmFactory: "0x3497967f8E5041f486eC559E6B760d8f051A034C"
2
+ interchainAccountIsm: "0xD84DE931A0EDA06Af3944a4e9933c24f3B56DCaC"
3
+ interchainAccountRouter: "0xFdca43771912CE5F5B4D869B0c05df0b6eF8aEFc"
4
+ mailbox: "0x79d3ECb26619B968A68CE9337DfE016aeA471435"
5
+ proxyAdmin: "0x5Ed8004e3352df333901b0B2E98Bd98C3B4AA59A"
6
+ staticAggregationHookFactory: "0x212c232Ee07E187CF9b4497A30A3a4D034aAC4D6"
7
+ staticAggregationIsmFactory: "0xE25A539AdCa1Aac56549997f2bB88272c5D9498c"
8
+ staticMerkleRootMultisigIsmFactory: "0x9851EC4C62943E9974370E87E93CE552abE7705E"
9
+ staticMerkleRootWeightedMultisigIsmFactory: "0x688dE6d0aBcb60a711f149c274014c865446b49D"
10
+ staticMessageIdMultisigIsmFactory: "0xFE0937b1369Bbba59211c4119B91984FF450ccf1"
11
+ staticMessageIdWeightedMultisigIsmFactory: "0x1de05675c8cd512A30c17Ea0a3491d74eF290994"
12
+ testRecipient: "0x7bf548104F8f500C563Aa6DC7FbF3b1ad93E4E03"
13
+ validatorAnnounce: "0xB119f96a106919489b6495128f30e7088e55B05c"
@@ -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" data-name="Layer 1" viewBox="0 0 1080 1080"><path d="M819.3 266.3A393.2 393.2 0 0 0 540 148.7 391.8 391.8 0 0 0 148.7 540 392 392 0 0 0 540 931.3 391.7 391.7 0 0 0 931.3 540a390 390 0 0 0-112-273.7m-553.9 483a348.6 348.6 0 0 1 109-515.1c2.8-1.5 5.6 2.2 3.2 4.4-9.8 9.2-19.2 19-28.1 29.6-62 72.5-97.8 171.2-98.1 270.7 0 129.3 86.4 268.8 226.1 268.8 124.7 0 226.1-120.6 226.1-268.8 0-69.6-23.3-136.5-63.2-186a2.3 2.3 0 0 1 2.4-3.7c67.4 20 117.8 97.4 117.8 189.7 0 81.5-29.6 162.6-81.1 222.6-53.5 62.1-125.2 96.4-202 96.4-80.8 0-158.2-39.6-212.1-108.5Zm555.4-420.6a348.6 348.6 0 0 1-109.1 514.8c-2.8 1.6-5.6-2.1-3.3-4.3 9.8-9.3 19.2-19.1 28.1-29.6 62-72.5 97.8-171.2 98.1-270.7 0-129.3-86.4-268.8-226.1-268.8-124.7 0-226 120.6-226 268.8 0 69.6 23.3 136.5 63.1 186a2.3 2.3 0 0 1-2.4 3.7c-67.4-20-117.8-97.4-117.8-189.7 0-81.4 29.6-162.5 81.1-222.5 53.5-62.1 125.2-96.4 202-96.4 80.9 0 158.2 39.7 212.3 108.7M662.8 539c0 92.4-45 172-109.2 207.8-8 4.4-17.8 3.9-25.1-1.5l-13.8-10c-56.4-41.2-91.4-116.4-91.4-196.3 0-92.3 44.9-172 109.1-207.8 8-4.4 17.8-3.8 25.2 1.5l13.7 10c56.4 41.2 91.4 116.4 91.4 196.4Z" style="fill:#0500e2"/></svg>
@@ -0,0 +1,2 @@
1
+ import type { ChainMetadata } from '@hyperlane-xyz/sdk';
2
+ export declare const metadata: ChainMetadata;
@@ -0,0 +1,36 @@
1
+ export const metadata = {
2
+ "blockExplorers": [
3
+ {
4
+ "apiUrl": "https://nexus.oasis.io/v1/",
5
+ "family": "other",
6
+ "name": "Oasis Explorer",
7
+ "url": "https://explorer.oasis.io/testnet/sapphire"
8
+ }
9
+ ],
10
+ "blocks": {
11
+ "confirmations": 1,
12
+ "estimateBlockTime": 6,
13
+ "reorgPeriod": 0
14
+ },
15
+ "chainId": 23295,
16
+ "deployer": {
17
+ "name": "Oasis Protocol Foundation",
18
+ "url": "https://oasisprotocol.org/"
19
+ },
20
+ "displayName": "Sapphire Testnet",
21
+ "domainId": 23295,
22
+ "isTestnet": true,
23
+ "name": "sapphiretestnet",
24
+ "nativeToken": {
25
+ "decimals": 18,
26
+ "name": "TEST",
27
+ "symbol": "TEST"
28
+ },
29
+ "protocol": "ethereum",
30
+ "rpcUrls": [
31
+ {
32
+ "http": "https://testnet.sapphire.oasis.io"
33
+ }
34
+ ],
35
+ "technicalStack": "other"
36
+ };
@@ -0,0 +1,36 @@
1
+ {
2
+ "blockExplorers": [
3
+ {
4
+ "apiUrl": "https://nexus.oasis.io/v1/",
5
+ "family": "other",
6
+ "name": "Oasis Explorer",
7
+ "url": "https://explorer.oasis.io/testnet/sapphire"
8
+ }
9
+ ],
10
+ "blocks": {
11
+ "confirmations": 1,
12
+ "estimateBlockTime": 6,
13
+ "reorgPeriod": 0
14
+ },
15
+ "chainId": 23295,
16
+ "deployer": {
17
+ "name": "Oasis Protocol Foundation",
18
+ "url": "https://oasisprotocol.org/"
19
+ },
20
+ "displayName": "Sapphire Testnet",
21
+ "domainId": 23295,
22
+ "isTestnet": true,
23
+ "name": "sapphiretestnet",
24
+ "nativeToken": {
25
+ "decimals": 18,
26
+ "name": "TEST",
27
+ "symbol": "TEST"
28
+ },
29
+ "protocol": "ethereum",
30
+ "rpcUrls": [
31
+ {
32
+ "http": "https://testnet.sapphire.oasis.io"
33
+ }
34
+ ],
35
+ "technicalStack": "other"
36
+ }
@@ -0,0 +1,26 @@
1
+ # yaml-language-server: $schema=../schema.json
2
+ blockExplorers:
3
+ - apiUrl: https://nexus.oasis.io/v1/
4
+ family: other
5
+ name: Oasis Explorer
6
+ url: https://explorer.oasis.io/testnet/sapphire
7
+ blocks:
8
+ confirmations: 1
9
+ estimateBlockTime: 6
10
+ reorgPeriod: 0
11
+ chainId: 23295
12
+ deployer:
13
+ name: Oasis Protocol Foundation
14
+ url: https://oasisprotocol.org/
15
+ displayName: Sapphire Testnet
16
+ domainId: 23295
17
+ isTestnet: true
18
+ name: sapphiretestnet
19
+ nativeToken:
20
+ decimals: 18
21
+ name: TEST
22
+ symbol: TEST
23
+ protocol: ethereum
24
+ rpcUrls:
25
+ - http: https://testnet.sapphire.oasis.io
26
+ technicalStack: other
package/dist/index.d.ts CHANGED
@@ -347,6 +347,8 @@ export { addresses as rootstocktestnetAddresses } from './chains/rootstocktestne
347
347
  export { metadata as saakuru } from './chains/saakuru/metadata.js';
348
348
  export { metadata as sanko } from './chains/sanko/metadata.js';
349
349
  export { addresses as sankoAddresses } from './chains/sanko/addresses.js';
350
+ export { metadata as sapphiretestnet } from './chains/sapphiretestnet/metadata.js';
351
+ export { addresses as sapphiretestnetAddresses } from './chains/sapphiretestnet/addresses.js';
350
352
  export { metadata as scroll } from './chains/scroll/metadata.js';
351
353
  export { addresses as scrollAddresses } from './chains/scroll/addresses.js';
352
354
  export { metadata as scrollsepolia } from './chains/scrollsepolia/metadata.js';
package/dist/index.js CHANGED
@@ -347,6 +347,8 @@ export { addresses as rootstocktestnetAddresses } from './chains/rootstocktestne
347
347
  export { metadata as saakuru } from './chains/saakuru/metadata.js';
348
348
  export { metadata as sanko } from './chains/sanko/metadata.js';
349
349
  export { addresses as sankoAddresses } from './chains/sanko/addresses.js';
350
+ export { metadata as sapphiretestnet } from './chains/sapphiretestnet/metadata.js';
351
+ export { addresses as sapphiretestnetAddresses } from './chains/sapphiretestnet/addresses.js';
350
352
  export { metadata as scroll } from './chains/scroll/metadata.js';
351
353
  export { addresses as scrollAddresses } from './chains/scroll/addresses.js';
352
354
  export { metadata as scrollsepolia } from './chains/scrollsepolia/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": "9.4.0",
4
+ "version": "9.5.0",
5
5
  "dependencies": {
6
6
  "yaml": "2.4.5",
7
7
  "zod": "^3.21.2"
@@ -70,7 +70,8 @@
70
70
  "test:unit": "yarn build && mocha --config .mocharc.json './test/unit/*.test.ts' --exit",
71
71
  "test:health": "yarn build && mocha --config .mocharc.json './test/health/*.test.ts' --exit --parallel",
72
72
  "version:prepare": "yarn changeset version && yarn install --no-immutable",
73
- "version:check": "yarn changeset status"
73
+ "version:check": "yarn changeset status",
74
+ "postinstall": "husky install"
74
75
  },
75
76
  "packageManager": "yarn@4.5.1"
76
77
  }