chore: update registry to v2.5.0 (#4302)

chore: update registry to v2.5.0
pull/4305/head
Paul Balaji 3 months ago committed by GitHub
parent 76f7ecafff
commit d274c6b3f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      .changeset/dirty-cameras-breathe.md
  2. 2
      .registryrc
  3. 23
      rust/config/mainnet_config.json
  4. 2
      typescript/cli/package.json
  5. 2
      typescript/helloworld/package.json
  6. 2
      typescript/infra/package.json
  7. 2
      typescript/widgets/package.json
  8. 16
      yarn.lock

@ -0,0 +1,8 @@
---
'@hyperlane-xyz/helloworld': minor
'@hyperlane-xyz/widgets': minor
'@hyperlane-xyz/infra': minor
'@hyperlane-xyz/cli': minor
---
Update to registry v2.5.0

@ -1 +1 @@
883d75fa7f9c95de80793fdfeffeb840289cb8d9
v2.5.0

@ -323,6 +323,9 @@
"rpcUrls": [
{
"http": "https://rpc.blast.io"
},
{
"http": "https://rpc.ankr.com/blast"
}
],
"staticAggregationHookFactory": "0x4Ed7d626f1E96cD1C0401607Bf70D95243E3dEd1",
@ -647,7 +650,10 @@
"proxyAdmin": "0x0761b0827849abbf7b0cC09CE14e1C93D87f5004",
"rpcUrls": [
{
"http": "https://cyber-mainnet-archive.alt.technology"
"http": "https://rpc.cyber.co"
},
{
"http": "https://cyber.alt.technology"
}
],
"staticAggregationHookFactory": "0xEb9FcFDC9EfDC17c1EC5E1dc085B98485da213D6",
@ -946,6 +952,9 @@
"rpcUrls": [
{
"http": "https://rpc.frax.com"
},
{
"http": "https://fraxtal.drpc.org"
}
],
"staticAggregationHookFactory": "0xeA87ae93Fa0019a82A727bfd3eBd1cFCa8f64f1D",
@ -1138,6 +1147,9 @@
"rpcUrls": [
{
"http": "https://inevm.calderachain.xyz/http"
},
{
"http": "https://mainnet.rpc.inevm.com/http"
}
],
"staticAggregationHookFactory": "0xEb9FcFDC9EfDC17c1EC5E1dc085B98485da213D6",
@ -1316,6 +1328,9 @@
"rpcUrls": [
{
"http": "https://rpc.linea.build"
},
{
"http": "https://linea.drpc.org"
}
],
"staticAggregationHookFactory": "0xeA87ae93Fa0019a82A727bfd3eBd1cFCa8f64f1D",
@ -1499,6 +1514,9 @@
"rpcUrls": [
{
"http": "https://pacific-rpc.manta.network/http"
},
{
"http": "https://manta.nirvanalabs.xyz/mantapublic"
}
],
"staticAggregationHookFactory": "0x0761b0827849abbf7b0cC09CE14e1C93D87f5004",
@ -1794,6 +1812,9 @@
"rpcUrls": [
{
"http": "https://mainnet.mode.network"
},
{
"http": "https://mode.drpc.org"
}
],
"staticAggregationHookFactory": "0xEb9FcFDC9EfDC17c1EC5E1dc085B98485da213D6",

@ -5,7 +5,7 @@
"dependencies": {
"@aws-sdk/client-kms": "^3.577.0",
"@aws-sdk/client-s3": "^3.577.0",
"@hyperlane-xyz/registry": "2.4.0",
"@hyperlane-xyz/registry": "2.5.0",
"@hyperlane-xyz/sdk": "5.0.0",
"@hyperlane-xyz/utils": "5.0.0",
"@inquirer/prompts": "^3.0.0",

@ -4,7 +4,7 @@
"version": "5.0.0",
"dependencies": {
"@hyperlane-xyz/core": "5.0.0",
"@hyperlane-xyz/registry": "2.4.0",
"@hyperlane-xyz/registry": "2.5.0",
"@hyperlane-xyz/sdk": "5.0.0",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"ethers": "^5.7.2"

@ -14,7 +14,7 @@
"@ethersproject/providers": "^5.7.2",
"@google-cloud/secret-manager": "^5.5.0",
"@hyperlane-xyz/helloworld": "5.0.0",
"@hyperlane-xyz/registry": "2.4.0",
"@hyperlane-xyz/registry": "2.5.0",
"@hyperlane-xyz/sdk": "5.0.0",
"@hyperlane-xyz/utils": "5.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.3",

@ -7,7 +7,7 @@
"react-dom": "^18"
},
"dependencies": {
"@hyperlane-xyz/registry": "2.4.0",
"@hyperlane-xyz/registry": "2.5.0",
"@hyperlane-xyz/sdk": "5.0.0"
},
"devDependencies": {

@ -7337,7 +7337,7 @@ __metadata:
"@aws-sdk/client-s3": "npm:^3.577.0"
"@ethersproject/abi": "npm:*"
"@ethersproject/providers": "npm:*"
"@hyperlane-xyz/registry": "npm:2.4.0"
"@hyperlane-xyz/registry": "npm:2.5.0"
"@hyperlane-xyz/sdk": "npm:5.0.0"
"@hyperlane-xyz/utils": "npm:5.0.0"
"@inquirer/prompts": "npm:^3.0.0"
@ -7414,7 +7414,7 @@ __metadata:
resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld"
dependencies:
"@hyperlane-xyz/core": "npm:5.0.0"
"@hyperlane-xyz/registry": "npm:2.4.0"
"@hyperlane-xyz/registry": "npm:2.5.0"
"@hyperlane-xyz/sdk": "npm:5.0.0"
"@nomiclabs/hardhat-ethers": "npm:^2.2.3"
"@nomiclabs/hardhat-waffle": "npm:^2.0.6"
@ -7463,7 +7463,7 @@ __metadata:
"@ethersproject/providers": "npm:^5.7.2"
"@google-cloud/secret-manager": "npm:^5.5.0"
"@hyperlane-xyz/helloworld": "npm:5.0.0"
"@hyperlane-xyz/registry": "npm:2.4.0"
"@hyperlane-xyz/registry": "npm:2.5.0"
"@hyperlane-xyz/sdk": "npm:5.0.0"
"@hyperlane-xyz/utils": "npm:5.0.0"
"@nomiclabs/hardhat-ethers": "npm:^2.2.3"
@ -7518,13 +7518,13 @@ __metadata:
languageName: unknown
linkType: soft
"@hyperlane-xyz/registry@npm:2.4.0":
version: 2.4.0
resolution: "@hyperlane-xyz/registry@npm:2.4.0"
"@hyperlane-xyz/registry@npm:2.5.0":
version: 2.5.0
resolution: "@hyperlane-xyz/registry@npm:2.5.0"
dependencies:
yaml: "npm:^2"
zod: "npm:^3.21.2"
checksum: 18541e1b2d20a0e750d58e37e043bc22b9683cfc68de7865d2c8d269c50d3ee2255029530b15b61f93e854a18d36a3e367011286c3c1456730fb3362d74f31ac
checksum: 24f433c0938dc31913b0f7a93b880a9aa15eabebf664eb11f319c51f6b38163929429405dd996b8964f8a2f43dfa4ba5424b157ad6fd39432653e46e128e0ffc
languageName: node
linkType: hard
@ -7601,7 +7601,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/widgets@workspace:typescript/widgets"
dependencies:
"@hyperlane-xyz/registry": "npm:2.4.0"
"@hyperlane-xyz/registry": "npm:2.5.0"
"@hyperlane-xyz/sdk": "npm:5.0.0"
"@storybook/addon-essentials": "npm:^7.6.14"
"@storybook/addon-interactions": "npm:^7.6.14"

Loading…
Cancel
Save