diff --git a/.changeset/clever-melons-sell.md b/.changeset/clever-melons-sell.md deleted file mode 100644 index f84c5c2ecb..0000000000 --- a/.changeset/clever-melons-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/sdk': minor ---- - -Require Sealevel native transfers to cover the rent of the recipient diff --git a/.changeset/fifty-meals-appear.md b/.changeset/fifty-meals-appear.md deleted file mode 100644 index 7e754f3ec9..0000000000 --- a/.changeset/fifty-meals-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/sdk': minor ---- - -Add logic into SDK to enable warp route unenrollment diff --git a/.changeset/nice-oranges-glow.md b/.changeset/nice-oranges-glow.md deleted file mode 100644 index 2b844bcf99..0000000000 --- a/.changeset/nice-oranges-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/sdk': minor ---- - -Add `createHookUpdateTxs()` to `WarpModule.update()` such that it 1) deploys a hook for a warp route _without_ an existing hook, or 2) update an existing hook. diff --git a/.changeset/orange-parrots-beg.md b/.changeset/orange-parrots-beg.md deleted file mode 100644 index 1b2e6424af..0000000000 --- a/.changeset/orange-parrots-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/sdk': minor ---- - -Deploy to appchain, treasure, zklink. diff --git a/.changeset/polite-beds-begin.md b/.changeset/polite-beds-begin.md deleted file mode 100644 index b710426be0..0000000000 --- a/.changeset/polite-beds-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/sdk': minor ---- - -Introduce GcpValidator for retrieving announcements, checkpoints and metadata for a Validator posting to a GCP bucket. Uses GcpStorageWrapper for bucket operations. diff --git a/.changeset/seven-lemons-care.md b/.changeset/seven-lemons-care.md deleted file mode 100644 index 423c7f511e..0000000000 --- a/.changeset/seven-lemons-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/sdk': minor ---- - -Update validators for boba, duckchain, unichain, vana, bsquared, superseed. Update oort's own validator. Update blockpi's viction validator. Adad luganodes/dsrv to flame validator set. diff --git a/.changeset/silver-peas-mate.md b/.changeset/silver-peas-mate.md deleted file mode 100644 index 54a188eeda..0000000000 --- a/.changeset/silver-peas-mate.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@hyperlane-xyz/cli': minor -'@hyperlane-xyz/sdk': minor ---- - -updates the warp deployment config schema to be closer to the ica routing schema diff --git a/.changeset/sixty-plants-tie.md b/.changeset/sixty-plants-tie.md deleted file mode 100644 index 117b32c160..0000000000 --- a/.changeset/sixty-plants-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/sdk': patch ---- - -Added decimal consistency checks to the Token checker diff --git a/.changeset/sour-wasps-own.md b/.changeset/sour-wasps-own.md deleted file mode 100644 index 648d956e27..0000000000 --- a/.changeset/sour-wasps-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/sdk': minor ---- - -Updated the derivation logic to enable ICA ISM metdata building from on chain data to enable self relaying of ICA messages diff --git a/.changeset/ten-pigs-double.md b/.changeset/ten-pigs-double.md deleted file mode 100644 index 842ae825b9..0000000000 --- a/.changeset/ten-pigs-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/infra': minor ---- - -add USDC, USDT, cbBTC and ETH zeronetwork warp routes support in infra diff --git a/.changeset/tough-roses-allow.md b/.changeset/tough-roses-allow.md deleted file mode 100644 index 5a0d535345..0000000000 --- a/.changeset/tough-roses-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/sdk': minor ---- - -Added a getter to derive ATA payer accounts on Sealevel warp routes diff --git a/.changeset/tricky-clocks-retire.md b/.changeset/tricky-clocks-retire.md deleted file mode 100644 index 1ab12df18f..0000000000 --- a/.changeset/tricky-clocks-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/sdk': minor ---- - -Implement Sealevel IGP quoting diff --git a/.changeset/twenty-bulldogs-flash.md b/.changeset/twenty-bulldogs-flash.md deleted file mode 100644 index 59a6510f85..0000000000 --- a/.changeset/twenty-bulldogs-flash.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@hyperlane-xyz/infra': minor -'@hyperlane-xyz/cli': minor -'@hyperlane-xyz/sdk': minor ---- - -Add ICAs management in core apply command diff --git a/.changeset/warm-starfishes-carry.md b/.changeset/warm-starfishes-carry.md deleted file mode 100644 index 5dfc281e5b..0000000000 --- a/.changeset/warm-starfishes-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/sdk': minor ---- - -Deploy to swell & lumiaprism. Parallelise router enrollment in HyperlaneRouterDeployer. diff --git a/.changeset/yellow-swans-join.md b/.changeset/yellow-swans-join.md deleted file mode 100644 index 9f0f3e4e07..0000000000 --- a/.changeset/yellow-swans-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/cli': patch ---- - -Fix a bug where it would try to relay the incorrect message from a transaction that dispatches multiple messages. diff --git a/solidity/CHANGELOG.md b/solidity/CHANGELOG.md index c896646514..a0babee028 100644 --- a/solidity/CHANGELOG.md +++ b/solidity/CHANGELOG.md @@ -1,5 +1,11 @@ # @hyperlane-xyz/core +## 5.8.3 + +### Patch Changes + +- @hyperlane-xyz/utils@7.3.0 + ## 5.8.2 ### Patch Changes diff --git a/solidity/contracts/PackageVersioned.sol b/solidity/contracts/PackageVersioned.sol index 19ee043e4e..ced404fe92 100644 --- a/solidity/contracts/PackageVersioned.sol +++ b/solidity/contracts/PackageVersioned.sol @@ -7,5 +7,5 @@ pragma solidity >=0.6.11; **/ abstract contract PackageVersioned { // GENERATED CODE - DO NOT EDIT - string public constant PACKAGE_VERSION = "5.8.2"; + string public constant PACKAGE_VERSION = "5.8.3"; } diff --git a/solidity/package.json b/solidity/package.json index b7da3c521e..b80646bd24 100644 --- a/solidity/package.json +++ b/solidity/package.json @@ -1,11 +1,11 @@ { "name": "@hyperlane-xyz/core", "description": "Core solidity contracts for Hyperlane", - "version": "5.8.2", + "version": "5.8.3", "dependencies": { "@arbitrum/nitro-contracts": "^1.2.1", "@eth-optimism/contracts": "^0.6.0", - "@hyperlane-xyz/utils": "7.2.0", + "@hyperlane-xyz/utils": "7.3.0", "@layerzerolabs/lz-evm-oapp-v2": "2.0.2", "@openzeppelin/contracts": "^4.9.3", "@openzeppelin/contracts-upgradeable": "^4.9.3", diff --git a/typescript/ccip-server/CHANGELOG.md b/typescript/ccip-server/CHANGELOG.md index 19fb8981b6..a259236246 100644 --- a/typescript/ccip-server/CHANGELOG.md +++ b/typescript/ccip-server/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/ccip-server +## 7.3.0 + ## 7.2.0 ## 7.1.0 diff --git a/typescript/ccip-server/package.json b/typescript/ccip-server/package.json index abf2fd2522..0795edf956 100644 --- a/typescript/ccip-server/package.json +++ b/typescript/ccip-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperlane-xyz/ccip-server", - "version": "7.2.0", + "version": "7.3.0", "description": "CCIP server", "typings": "dist/index.d.ts", "typedocMain": "src/index.ts", diff --git a/typescript/cli/CHANGELOG.md b/typescript/cli/CHANGELOG.md index e56e03eb2b..a7d9962b84 100644 --- a/typescript/cli/CHANGELOG.md +++ b/typescript/cli/CHANGELOG.md @@ -1,5 +1,31 @@ # @hyperlane-xyz/cli +## 7.3.0 + +### Minor Changes + +- aa1ea9a48: updates the warp deployment config schema to be closer to the ica routing schema +- 323f0f158: Add ICAs management in core apply command + +### Patch Changes + +- 455a897fb: Fix a bug where it would try to relay the incorrect message from a transaction that dispatches multiple messages. +- Updated dependencies [2054f4f5b] +- Updated dependencies [a96448fa6] +- Updated dependencies [170a0fc73] +- Updated dependencies [9a09afcc7] +- Updated dependencies [24784af95] +- Updated dependencies [3e8dd70ac] +- Updated dependencies [aa1ea9a48] +- Updated dependencies [665a7b8d8] +- Updated dependencies [f0b98fdef] +- Updated dependencies [ff9e8a72b] +- Updated dependencies [97c1f80b7] +- Updated dependencies [323f0f158] +- Updated dependencies [61157097b] + - @hyperlane-xyz/sdk@7.3.0 + - @hyperlane-xyz/utils@7.3.0 + ## 7.2.0 ### Minor Changes diff --git a/typescript/cli/package.json b/typescript/cli/package.json index 669f5796f2..ed849904dd 100644 --- a/typescript/cli/package.json +++ b/typescript/cli/package.json @@ -1,13 +1,13 @@ { "name": "@hyperlane-xyz/cli", - "version": "7.2.0", + "version": "7.3.0", "description": "A command-line utility for common Hyperlane operations", "dependencies": { "@aws-sdk/client-kms": "^3.577.0", "@aws-sdk/client-s3": "^3.577.0", "@hyperlane-xyz/registry": "6.1.0", - "@hyperlane-xyz/sdk": "7.2.0", - "@hyperlane-xyz/utils": "7.2.0", + "@hyperlane-xyz/sdk": "7.3.0", + "@hyperlane-xyz/utils": "7.3.0", "@inquirer/core": "9.0.10", "@inquirer/figures": "1.0.5", "@inquirer/prompts": "3.3.2", diff --git a/typescript/cli/src/version.ts b/typescript/cli/src/version.ts index 4d429cc34d..af959132f7 100644 --- a/typescript/cli/src/version.ts +++ b/typescript/cli/src/version.ts @@ -1 +1 @@ -export const VERSION = '7.2.0'; +export const VERSION = '7.3.0'; diff --git a/typescript/github-proxy/CHANGELOG.md b/typescript/github-proxy/CHANGELOG.md index 4bf7cd4056..a5237280ae 100644 --- a/typescript/github-proxy/CHANGELOG.md +++ b/typescript/github-proxy/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/github-proxy +## 7.3.0 + ## 7.2.0 ## 7.1.0 diff --git a/typescript/github-proxy/package.json b/typescript/github-proxy/package.json index f25270af33..848f3dcafc 100644 --- a/typescript/github-proxy/package.json +++ b/typescript/github-proxy/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/github-proxy", "description": "Github proxy that adds the API key to requests", - "version": "7.2.0", + "version": "7.3.0", "private": true, "scripts": { "deploy": "wrangler deploy", diff --git a/typescript/helloworld/CHANGELOG.md b/typescript/helloworld/CHANGELOG.md index 4ff380704f..89cedf4d32 100644 --- a/typescript/helloworld/CHANGELOG.md +++ b/typescript/helloworld/CHANGELOG.md @@ -1,5 +1,25 @@ # @hyperlane-xyz/helloworld +## 7.3.0 + +### Patch Changes + +- Updated dependencies [2054f4f5b] +- Updated dependencies [a96448fa6] +- Updated dependencies [170a0fc73] +- Updated dependencies [9a09afcc7] +- Updated dependencies [24784af95] +- Updated dependencies [3e8dd70ac] +- Updated dependencies [aa1ea9a48] +- Updated dependencies [665a7b8d8] +- Updated dependencies [f0b98fdef] +- Updated dependencies [ff9e8a72b] +- Updated dependencies [97c1f80b7] +- Updated dependencies [323f0f158] +- Updated dependencies [61157097b] + - @hyperlane-xyz/sdk@7.3.0 + - @hyperlane-xyz/core@5.8.3 + ## 7.2.0 ### Patch Changes diff --git a/typescript/helloworld/package.json b/typescript/helloworld/package.json index 027782383a..a63e984271 100644 --- a/typescript/helloworld/package.json +++ b/typescript/helloworld/package.json @@ -1,11 +1,11 @@ { "name": "@hyperlane-xyz/helloworld", "description": "A basic skeleton of an Hyperlane app", - "version": "7.2.0", + "version": "7.3.0", "dependencies": { - "@hyperlane-xyz/core": "5.8.2", + "@hyperlane-xyz/core": "5.8.3", "@hyperlane-xyz/registry": "6.1.0", - "@hyperlane-xyz/sdk": "7.2.0", + "@hyperlane-xyz/sdk": "7.3.0", "@openzeppelin/contracts-upgradeable": "^4.9.3", "ethers": "^5.7.2" }, diff --git a/typescript/infra/CHANGELOG.md b/typescript/infra/CHANGELOG.md index 67f5a826cc..1e8ec17676 100644 --- a/typescript/infra/CHANGELOG.md +++ b/typescript/infra/CHANGELOG.md @@ -1,5 +1,31 @@ # @hyperlane-xyz/infra +## 7.3.0 + +### Minor Changes + +- 1ca857451: add USDC, USDT, cbBTC and ETH zeronetwork warp routes support in infra +- 323f0f158: Add ICAs management in core apply command + +### Patch Changes + +- Updated dependencies [2054f4f5b] +- Updated dependencies [a96448fa6] +- Updated dependencies [170a0fc73] +- Updated dependencies [9a09afcc7] +- Updated dependencies [24784af95] +- Updated dependencies [3e8dd70ac] +- Updated dependencies [aa1ea9a48] +- Updated dependencies [665a7b8d8] +- Updated dependencies [f0b98fdef] +- Updated dependencies [ff9e8a72b] +- Updated dependencies [97c1f80b7] +- Updated dependencies [323f0f158] +- Updated dependencies [61157097b] + - @hyperlane-xyz/sdk@7.3.0 + - @hyperlane-xyz/helloworld@7.3.0 + - @hyperlane-xyz/utils@7.3.0 + ## 7.2.0 ### Patch Changes diff --git a/typescript/infra/package.json b/typescript/infra/package.json index cecef43323..4cf0adf3c5 100644 --- a/typescript/infra/package.json +++ b/typescript/infra/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/infra", "description": "Infrastructure utilities for the Hyperlane Network", - "version": "7.2.0", + "version": "7.3.0", "dependencies": { "@arbitrum/sdk": "^4.0.0", "@aws-sdk/client-iam": "^3.74.0", @@ -13,10 +13,10 @@ "@ethersproject/hardware-wallets": "^5.7.0", "@ethersproject/providers": "*", "@google-cloud/secret-manager": "^5.5.0", - "@hyperlane-xyz/helloworld": "7.2.0", + "@hyperlane-xyz/helloworld": "7.3.0", "@hyperlane-xyz/registry": "6.1.0", - "@hyperlane-xyz/sdk": "7.2.0", - "@hyperlane-xyz/utils": "7.2.0", + "@hyperlane-xyz/sdk": "7.3.0", + "@hyperlane-xyz/utils": "7.3.0", "@inquirer/prompts": "3.3.2", "@nomiclabs/hardhat-etherscan": "^3.0.3", "@safe-global/api-kit": "1.3.0", diff --git a/typescript/sdk/CHANGELOG.md b/typescript/sdk/CHANGELOG.md index 32548ed297..c30550797a 100644 --- a/typescript/sdk/CHANGELOG.md +++ b/typescript/sdk/CHANGELOG.md @@ -1,5 +1,28 @@ # @hyperlane-xyz/sdk +## 7.3.0 + +### Minor Changes + +- 2054f4f5b: Require Sealevel native transfers to cover the rent of the recipient +- a96448fa6: Add logic into SDK to enable warp route unenrollment +- 170a0fc73: Add `createHookUpdateTxs()` to `WarpModule.update()` such that it 1) deploys a hook for a warp route _without_ an existing hook, or 2) update an existing hook. +- 9a09afcc7: Deploy to appchain, treasure, zklink. +- 24784af95: Introduce GcpValidator for retrieving announcements, checkpoints and metadata for a Validator posting to a GCP bucket. Uses GcpStorageWrapper for bucket operations. +- 3e8dd70ac: Update validators for boba, duckchain, unichain, vana, bsquared, superseed. Update oort's own validator. Update blockpi's viction validator. Adad luganodes/dsrv to flame validator set. +- aa1ea9a48: updates the warp deployment config schema to be closer to the ica routing schema +- f0b98fdef: Updated the derivation logic to enable ICA ISM metdata building from on chain data to enable self relaying of ICA messages +- ff9e8a72b: Added a getter to derive ATA payer accounts on Sealevel warp routes +- 97c1f80b7: Implement Sealevel IGP quoting +- 323f0f158: Add ICAs management in core apply command +- 61157097b: Deploy to swell & lumiaprism. Parallelise router enrollment in HyperlaneRouterDeployer. + +### Patch Changes + +- 665a7b8d8: Added decimal consistency checks to the Token checker + - @hyperlane-xyz/utils@7.3.0 + - @hyperlane-xyz/core@5.8.3 + ## 7.2.0 ### Minor Changes diff --git a/typescript/sdk/package.json b/typescript/sdk/package.json index 98c9679bd3..47bb713b13 100644 --- a/typescript/sdk/package.json +++ b/typescript/sdk/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/sdk", "description": "The official SDK for the Hyperlane Network", - "version": "7.2.0", + "version": "7.3.0", "dependencies": { "@arbitrum/sdk": "^4.0.0", "@aws-sdk/client-s3": "^3.577.0", @@ -9,8 +9,8 @@ "@cosmjs/cosmwasm-stargate": "^0.32.4", "@cosmjs/stargate": "^0.32.4", "@google-cloud/storage": "7.14.0", - "@hyperlane-xyz/core": "5.8.2", - "@hyperlane-xyz/utils": "7.2.0", + "@hyperlane-xyz/core": "5.8.3", + "@hyperlane-xyz/utils": "7.3.0", "@safe-global/api-kit": "1.3.0", "@safe-global/protocol-kit": "1.3.0", "@safe-global/safe-deployments": "1.37.8", diff --git a/typescript/utils/CHANGELOG.md b/typescript/utils/CHANGELOG.md index 62f8c89399..3cf2756603 100644 --- a/typescript/utils/CHANGELOG.md +++ b/typescript/utils/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/utils +## 7.3.0 + ## 7.2.0 ### Minor Changes diff --git a/typescript/utils/package.json b/typescript/utils/package.json index 327ec241aa..8b24cb7106 100644 --- a/typescript/utils/package.json +++ b/typescript/utils/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/utils", "description": "General utilities and types for the Hyperlane network", - "version": "7.2.0", + "version": "7.3.0", "dependencies": { "@cosmjs/encoding": "^0.32.4", "@solana/web3.js": "^1.95.4", diff --git a/typescript/widgets/CHANGELOG.md b/typescript/widgets/CHANGELOG.md index ba6dd93bd1..be73ca35c6 100644 --- a/typescript/widgets/CHANGELOG.md +++ b/typescript/widgets/CHANGELOG.md @@ -1,5 +1,25 @@ # @hyperlane-xyz/widgets +## 7.3.0 + +### Patch Changes + +- Updated dependencies [2054f4f5b] +- Updated dependencies [a96448fa6] +- Updated dependencies [170a0fc73] +- Updated dependencies [9a09afcc7] +- Updated dependencies [24784af95] +- Updated dependencies [3e8dd70ac] +- Updated dependencies [aa1ea9a48] +- Updated dependencies [665a7b8d8] +- Updated dependencies [f0b98fdef] +- Updated dependencies [ff9e8a72b] +- Updated dependencies [97c1f80b7] +- Updated dependencies [323f0f158] +- Updated dependencies [61157097b] + - @hyperlane-xyz/sdk@7.3.0 + - @hyperlane-xyz/utils@7.3.0 + ## 7.2.0 ### Patch Changes diff --git a/typescript/widgets/package.json b/typescript/widgets/package.json index 90e1e6778a..607cb5648a 100644 --- a/typescript/widgets/package.json +++ b/typescript/widgets/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/widgets", "description": "Common react components for Hyperlane projects", - "version": "7.2.0", + "version": "7.3.0", "peerDependencies": { "react": "^18", "react-dom": "^18" @@ -9,8 +9,8 @@ "dependencies": { "@cosmos-kit/react": "^2.18.0", "@headlessui/react": "^2.1.8", - "@hyperlane-xyz/sdk": "7.2.0", - "@hyperlane-xyz/utils": "7.2.0", + "@hyperlane-xyz/sdk": "7.3.0", + "@hyperlane-xyz/utils": "7.3.0", "@interchain-ui/react": "^1.23.28", "@rainbow-me/rainbowkit": "^2.2.0", "@solana/wallet-adapter-react": "^0.15.32", diff --git a/yarn.lock b/yarn.lock index fa67f8b2c0..9256427c46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7368,8 +7368,8 @@ __metadata: "@ethersproject/abi": "npm:*" "@ethersproject/providers": "npm:*" "@hyperlane-xyz/registry": "npm:6.1.0" - "@hyperlane-xyz/sdk": "npm:7.2.0" - "@hyperlane-xyz/utils": "npm:7.2.0" + "@hyperlane-xyz/sdk": "npm:7.3.0" + "@hyperlane-xyz/utils": "npm:7.3.0" "@inquirer/core": "npm:9.0.10" "@inquirer/figures": "npm:1.0.5" "@inquirer/prompts": "npm:3.3.2" @@ -7406,13 +7406,13 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/core@npm:5.8.2, @hyperlane-xyz/core@workspace:solidity": +"@hyperlane-xyz/core@npm:5.8.3, @hyperlane-xyz/core@workspace:solidity": version: 0.0.0-use.local resolution: "@hyperlane-xyz/core@workspace:solidity" dependencies: "@arbitrum/nitro-contracts": "npm:^1.2.1" "@eth-optimism/contracts": "npm:^0.6.0" - "@hyperlane-xyz/utils": "npm:7.2.0" + "@hyperlane-xyz/utils": "npm:7.3.0" "@layerzerolabs/lz-evm-oapp-v2": "npm:2.0.2" "@layerzerolabs/solidity-examples": "npm:^1.1.0" "@nomiclabs/hardhat-ethers": "npm:^2.2.3" @@ -7463,14 +7463,14 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/helloworld@npm:7.2.0, @hyperlane-xyz/helloworld@workspace:typescript/helloworld": +"@hyperlane-xyz/helloworld@npm:7.3.0, @hyperlane-xyz/helloworld@workspace:typescript/helloworld": version: 0.0.0-use.local resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld" dependencies: "@eslint/js": "npm:^9.15.0" - "@hyperlane-xyz/core": "npm:5.8.2" + "@hyperlane-xyz/core": "npm:5.8.3" "@hyperlane-xyz/registry": "npm:6.1.0" - "@hyperlane-xyz/sdk": "npm:7.2.0" + "@hyperlane-xyz/sdk": "npm:7.3.0" "@nomiclabs/hardhat-ethers": "npm:^2.2.3" "@nomiclabs/hardhat-waffle": "npm:^2.0.6" "@openzeppelin/contracts-upgradeable": "npm:^4.9.3" @@ -7519,10 +7519,10 @@ __metadata: "@ethersproject/hardware-wallets": "npm:^5.7.0" "@ethersproject/providers": "npm:*" "@google-cloud/secret-manager": "npm:^5.5.0" - "@hyperlane-xyz/helloworld": "npm:7.2.0" + "@hyperlane-xyz/helloworld": "npm:7.3.0" "@hyperlane-xyz/registry": "npm:6.1.0" - "@hyperlane-xyz/sdk": "npm:7.2.0" - "@hyperlane-xyz/utils": "npm:7.2.0" + "@hyperlane-xyz/sdk": "npm:7.3.0" + "@hyperlane-xyz/utils": "npm:7.3.0" "@inquirer/prompts": "npm:3.3.2" "@nomiclabs/hardhat-ethers": "npm:^2.2.3" "@nomiclabs/hardhat-etherscan": "npm:^3.0.3" @@ -7592,7 +7592,7 @@ __metadata: languageName: node linkType: hard -"@hyperlane-xyz/sdk@npm:7.2.0, @hyperlane-xyz/sdk@workspace:typescript/sdk": +"@hyperlane-xyz/sdk@npm:7.3.0, @hyperlane-xyz/sdk@workspace:typescript/sdk": version: 0.0.0-use.local resolution: "@hyperlane-xyz/sdk@workspace:typescript/sdk" dependencies: @@ -7603,8 +7603,8 @@ __metadata: "@cosmjs/stargate": "npm:^0.32.4" "@eslint/js": "npm:^9.15.0" "@google-cloud/storage": "npm:7.14.0" - "@hyperlane-xyz/core": "npm:5.8.2" - "@hyperlane-xyz/utils": "npm:7.2.0" + "@hyperlane-xyz/core": "npm:5.8.3" + "@hyperlane-xyz/utils": "npm:7.3.0" "@nomiclabs/hardhat-ethers": "npm:^2.2.3" "@nomiclabs/hardhat-waffle": "npm:^2.0.6" "@safe-global/api-kit": "npm:1.3.0" @@ -7647,7 +7647,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/utils@npm:7.2.0, @hyperlane-xyz/utils@workspace:typescript/utils": +"@hyperlane-xyz/utils@npm:7.3.0, @hyperlane-xyz/utils@workspace:typescript/utils": version: 0.0.0-use.local resolution: "@hyperlane-xyz/utils@workspace:typescript/utils" dependencies: @@ -7689,8 +7689,8 @@ __metadata: "@eslint/js": "npm:^9.15.0" "@headlessui/react": "npm:^2.1.8" "@hyperlane-xyz/registry": "npm:6.1.0" - "@hyperlane-xyz/sdk": "npm:7.2.0" - "@hyperlane-xyz/utils": "npm:7.2.0" + "@hyperlane-xyz/sdk": "npm:7.3.0" + "@hyperlane-xyz/utils": "npm:7.3.0" "@interchain-ui/react": "npm:^1.23.28" "@rainbow-me/rainbowkit": "npm:^2.2.0" "@solana/wallet-adapter-react": "npm:^0.15.32"