From b43de6733cb40d97bc568969231988cfc7d98417 Mon Sep 17 00:00:00 2001 From: Paul Balaji Date: Wed, 13 Mar 2024 11:11:41 +0000 Subject: [PATCH] Revert "Version Packages (#3410)" This reverts commit 524297919e3d347fed12818f6fe5992c60ac923a. --- .changeset/chatty-seals-flash.md | 6 ++ .changeset/cuddly-fishes-repair.md | 5 ++ .changeset/eleven-books-train.md | 7 +++ .changeset/funny-pans-return.md | 6 ++ .changeset/green-pans-unite.md | 13 ++++ .changeset/lazy-guests-enjoy.md | 8 +++ .changeset/modern-adults-sell.md | 6 ++ .changeset/modern-dryers-jump.md | 7 +++ .changeset/olive-starfishes-exercise.md | 6 ++ .changeset/orange-kangaroos-allow.md | 5 ++ .changeset/short-boats-suffer.md | 5 ++ .changeset/tasty-eyes-grin.md | 5 ++ .changeset/wild-horses-burn.md | 6 ++ solidity/CHANGELOG.md | 17 ----- solidity/package.json | 4 +- typescript/ccip-server/CHANGELOG.md | 3 - typescript/ccip-server/package.json | 2 +- typescript/cli/CHANGELOG.md | 21 ------- typescript/cli/package.json | 6 +- typescript/cli/src/version.ts | 2 +- typescript/helloworld/CHANGELOG.md | 28 --------- typescript/helloworld/package.json | 6 +- typescript/infra/CHANGELOG.md | 35 ----------- typescript/infra/package.json | 8 +-- typescript/sdk/CHANGELOG.md | 34 ---------- typescript/sdk/package.json | 6 +- typescript/utils/CHANGELOG.md | 8 --- typescript/utils/package.json | 2 +- yarn.lock | 84 +++++-------------------- 29 files changed, 117 insertions(+), 234 deletions(-) create mode 100644 .changeset/chatty-seals-flash.md create mode 100644 .changeset/cuddly-fishes-repair.md create mode 100644 .changeset/eleven-books-train.md create mode 100644 .changeset/funny-pans-return.md create mode 100644 .changeset/green-pans-unite.md create mode 100644 .changeset/lazy-guests-enjoy.md create mode 100644 .changeset/modern-adults-sell.md create mode 100644 .changeset/modern-dryers-jump.md create mode 100644 .changeset/olive-starfishes-exercise.md create mode 100644 .changeset/orange-kangaroos-allow.md create mode 100644 .changeset/short-boats-suffer.md create mode 100644 .changeset/tasty-eyes-grin.md create mode 100644 .changeset/wild-horses-burn.md delete mode 100644 typescript/ccip-server/CHANGELOG.md diff --git a/.changeset/chatty-seals-flash.md b/.changeset/chatty-seals-flash.md new file mode 100644 index 0000000000..d1885fa32a --- /dev/null +++ b/.changeset/chatty-seals-flash.md @@ -0,0 +1,6 @@ +--- +'@hyperlane-xyz/sdk': minor +--- + +**New Feature**: Add transaction fee estimators to the SDK +**Breaking change**: Token Adapter `quoteGasPayment` method renamed to `quoteTransferRemoteGas` for clarity. diff --git a/.changeset/cuddly-fishes-repair.md b/.changeset/cuddly-fishes-repair.md new file mode 100644 index 0000000000..196871cf5a --- /dev/null +++ b/.changeset/cuddly-fishes-repair.md @@ -0,0 +1,5 @@ +--- +'@hyperlane-xyz/sdk': patch +--- + +Support configuring non-EVM IGP destinations diff --git a/.changeset/eleven-books-train.md b/.changeset/eleven-books-train.md new file mode 100644 index 0000000000..01e4bc5a0f --- /dev/null +++ b/.changeset/eleven-books-train.md @@ -0,0 +1,7 @@ +--- +'@hyperlane-xyz/infra': minor +'@hyperlane-xyz/sdk': minor +'@hyperlane-xyz/core': minor +--- + +Remove support for goerli networks (including optimismgoerli, arbitrumgoerli, lineagoerli and polygonzkevmtestnet) diff --git a/.changeset/funny-pans-return.md b/.changeset/funny-pans-return.md new file mode 100644 index 0000000000..d6aa05e5f3 --- /dev/null +++ b/.changeset/funny-pans-return.md @@ -0,0 +1,6 @@ +--- +'@hyperlane-xyz/infra': patch +'@hyperlane-xyz/sdk': patch +--- + +Removed basegoerli and moonbasealpha testnets diff --git a/.changeset/green-pans-unite.md b/.changeset/green-pans-unite.md new file mode 100644 index 0000000000..71791ee776 --- /dev/null +++ b/.changeset/green-pans-unite.md @@ -0,0 +1,13 @@ +--- +'@hyperlane-xyz/helloworld': minor +'@hyperlane-xyz/infra': minor +'@hyperlane-xyz/sdk': minor +'@hyperlane-xyz/core': minor +--- + +Enabled verification of contracts as part of the deployment flow. + +- Solidity build artifact is now included as part of the `@hyperlane-xyz/core` package. +- Updated the `HyperlaneDeployer` to perform contract verification immediately after deploying a contract. A default verifier is instantiated using the core build artifact. +- Updated the `HyperlaneIsmFactory` to re-use the `HyperlaneDeployer` for deployment where possible. +- Minor logging improvements throughout deployers. diff --git a/.changeset/lazy-guests-enjoy.md b/.changeset/lazy-guests-enjoy.md new file mode 100644 index 0000000000..2632f04385 --- /dev/null +++ b/.changeset/lazy-guests-enjoy.md @@ -0,0 +1,8 @@ +--- +'@hyperlane-xyz/utils': minor +'@hyperlane-xyz/sdk': minor +--- + +Add `WarpCore`, `Token`, and `TokenAmount` classes for interacting with Warp Route instances. + +_Breaking change_: The params to the `IHypTokenAdapter` `populateTransferRemoteTx` method have changed. `txValue` has been replaced with `interchainGas`. diff --git a/.changeset/modern-adults-sell.md b/.changeset/modern-adults-sell.md new file mode 100644 index 0000000000..b498a83f9c --- /dev/null +++ b/.changeset/modern-adults-sell.md @@ -0,0 +1,6 @@ +--- +'@hyperlane-xyz/infra': patch +'@hyperlane-xyz/sdk': patch +--- + +Add logos for plume to SDK diff --git a/.changeset/modern-dryers-jump.md b/.changeset/modern-dryers-jump.md new file mode 100644 index 0000000000..0d2ba2e495 --- /dev/null +++ b/.changeset/modern-dryers-jump.md @@ -0,0 +1,7 @@ +--- +'@hyperlane-xyz/infra': patch +'@hyperlane-xyz/cli': patch +'@hyperlane-xyz/sdk': patch +--- + +TestRecipient as part of core deployer diff --git a/.changeset/olive-starfishes-exercise.md b/.changeset/olive-starfishes-exercise.md new file mode 100644 index 0000000000..f28e22c811 --- /dev/null +++ b/.changeset/olive-starfishes-exercise.md @@ -0,0 +1,6 @@ +--- +'@hyperlane-xyz/infra': patch +'@hyperlane-xyz/sdk': patch +--- + +Update viction validator set diff --git a/.changeset/orange-kangaroos-allow.md b/.changeset/orange-kangaroos-allow.md new file mode 100644 index 0000000000..636a000e94 --- /dev/null +++ b/.changeset/orange-kangaroos-allow.md @@ -0,0 +1,5 @@ +--- +'@hyperlane-xyz/sdk': patch +--- + +Minor fixes for SDK cosmos logos diff --git a/.changeset/short-boats-suffer.md b/.changeset/short-boats-suffer.md new file mode 100644 index 0000000000..6d9e8470d9 --- /dev/null +++ b/.changeset/short-boats-suffer.md @@ -0,0 +1,5 @@ +--- +'@hyperlane-xyz/cli': patch +--- + +Update CLI Warp route deployment output shape to new WarpCore config diff --git a/.changeset/tasty-eyes-grin.md b/.changeset/tasty-eyes-grin.md new file mode 100644 index 0000000000..7268abad75 --- /dev/null +++ b/.changeset/tasty-eyes-grin.md @@ -0,0 +1,5 @@ +--- +'@hyperlane-xyz/sdk': patch +--- + +Implement message id extraction for CosmWasmCoreAdapter diff --git a/.changeset/wild-horses-burn.md b/.changeset/wild-horses-burn.md new file mode 100644 index 0000000000..44922d2880 --- /dev/null +++ b/.changeset/wild-horses-burn.md @@ -0,0 +1,6 @@ +--- +'@hyperlane-xyz/infra': patch +'@hyperlane-xyz/sdk': patch +--- + +Patch transfer ownership in hook deployer diff --git a/solidity/CHANGELOG.md b/solidity/CHANGELOG.md index cc9557b3d7..d0461163e6 100644 --- a/solidity/CHANGELOG.md +++ b/solidity/CHANGELOG.md @@ -1,22 +1,5 @@ # @hyperlane-xyz/core -## 3.8.0 - -### Minor Changes - -- 9681df08d: Remove support for goerli networks (including optimismgoerli, arbitrumgoerli, lineagoerli and polygonzkevmtestnet) -- 9681df08d: Enabled verification of contracts as part of the deployment flow. - - - Solidity build artifact is now included as part of the `@hyperlane-xyz/core` package. - - Updated the `HyperlaneDeployer` to perform contract verification immediately after deploying a contract. A default verifier is instantiated using the core build artifact. - - Updated the `HyperlaneIsmFactory` to re-use the `HyperlaneDeployer` for deployment where possible. - - Minor logging improvements throughout deployers. - -### Patch Changes - -- Updated dependencies [9681df08d] - - @hyperlane-xyz/utils@3.8.0 - ## 3.7.0 ### Patch Changes diff --git a/solidity/package.json b/solidity/package.json index 08d6f3d1bc..8ce4441368 100644 --- a/solidity/package.json +++ b/solidity/package.json @@ -1,10 +1,10 @@ { "name": "@hyperlane-xyz/core", "description": "Core solidity contracts for Hyperlane", - "version": "3.8.0", + "version": "3.7.0", "dependencies": { "@eth-optimism/contracts": "^0.6.0", - "@hyperlane-xyz/utils": "3.8.0", + "@hyperlane-xyz/utils": "3.7.0", "@openzeppelin/contracts": "^4.9.3", "@openzeppelin/contracts-upgradeable": "^v4.9.3" }, diff --git a/typescript/ccip-server/CHANGELOG.md b/typescript/ccip-server/CHANGELOG.md deleted file mode 100644 index af4cc393a8..0000000000 --- a/typescript/ccip-server/CHANGELOG.md +++ /dev/null @@ -1,3 +0,0 @@ -# @hyperlane-xyz/ccip-server - -## 3.8.0 diff --git a/typescript/ccip-server/package.json b/typescript/ccip-server/package.json index d604bd65b0..46a4a4ebb1 100644 --- a/typescript/ccip-server/package.json +++ b/typescript/ccip-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperlane-xyz/ccip-server", - "version": "3.8.0", + "version": "0.0.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 a55e2caaf5..a1b271d0fd 100644 --- a/typescript/cli/CHANGELOG.md +++ b/typescript/cli/CHANGELOG.md @@ -1,26 +1,5 @@ # @hyperlane-xyz/cli -## 3.8.0 - -### Patch Changes - -- 9681df08d: TestRecipient as part of core deployer -- 9681df08d: Update CLI Warp route deployment output shape to new WarpCore config -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] - - @hyperlane-xyz/sdk@3.8.0 - - @hyperlane-xyz/utils@3.8.0 - ## 3.7.0 ### Minor Changes diff --git a/typescript/cli/package.json b/typescript/cli/package.json index 8e26bad268..be454f3f3d 100644 --- a/typescript/cli/package.json +++ b/typescript/cli/package.json @@ -1,10 +1,10 @@ { "name": "@hyperlane-xyz/cli", - "version": "3.8.0", + "version": "3.7.0", "description": "A command-line utility for common Hyperlane operations", "dependencies": { - "@hyperlane-xyz/sdk": "3.8.0", - "@hyperlane-xyz/utils": "3.8.0", + "@hyperlane-xyz/sdk": "3.7.0", + "@hyperlane-xyz/utils": "3.7.0", "@inquirer/prompts": "^3.0.0", "bignumber.js": "^9.1.1", "chalk": "^5.3.0", diff --git a/typescript/cli/src/version.ts b/typescript/cli/src/version.ts index 9083009fb7..457dafcc43 100644 --- a/typescript/cli/src/version.ts +++ b/typescript/cli/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.8.0'; +export const VERSION = '3.7.0'; diff --git a/typescript/helloworld/CHANGELOG.md b/typescript/helloworld/CHANGELOG.md index 0cddcd68f5..1b8a4b9fcb 100644 --- a/typescript/helloworld/CHANGELOG.md +++ b/typescript/helloworld/CHANGELOG.md @@ -1,33 +1,5 @@ # @hyperlane-xyz/helloworld -## 3.8.0 - -### Minor Changes - -- 9681df08d: Enabled verification of contracts as part of the deployment flow. - - - Solidity build artifact is now included as part of the `@hyperlane-xyz/core` package. - - Updated the `HyperlaneDeployer` to perform contract verification immediately after deploying a contract. A default verifier is instantiated using the core build artifact. - - Updated the `HyperlaneIsmFactory` to re-use the `HyperlaneDeployer` for deployment where possible. - - Minor logging improvements throughout deployers. - -### Patch Changes - -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] - - @hyperlane-xyz/sdk@3.8.0 - - @hyperlane-xyz/core@3.8.0 - ## 3.7.0 ### Patch Changes diff --git a/typescript/helloworld/package.json b/typescript/helloworld/package.json index cd3b08312e..fa855622c1 100644 --- a/typescript/helloworld/package.json +++ b/typescript/helloworld/package.json @@ -1,10 +1,10 @@ { "name": "@hyperlane-xyz/helloworld", "description": "A basic skeleton of an Hyperlane app", - "version": "3.8.0", + "version": "3.7.0", "dependencies": { - "@hyperlane-xyz/core": "3.8.0", - "@hyperlane-xyz/sdk": "3.8.0", + "@hyperlane-xyz/core": "3.7.0", + "@hyperlane-xyz/sdk": "3.7.0", "@openzeppelin/contracts-upgradeable": "^4.9.3", "ethers": "^5.7.2" }, diff --git a/typescript/infra/CHANGELOG.md b/typescript/infra/CHANGELOG.md index 3cf7094b89..23c8734dc8 100644 --- a/typescript/infra/CHANGELOG.md +++ b/typescript/infra/CHANGELOG.md @@ -1,40 +1,5 @@ # @hyperlane-xyz/infra -## 3.8.0 - -### Minor Changes - -- 9681df08d: Remove support for goerli networks (including optimismgoerli, arbitrumgoerli, lineagoerli and polygonzkevmtestnet) -- 9681df08d: Enabled verification of contracts as part of the deployment flow. - - - Solidity build artifact is now included as part of the `@hyperlane-xyz/core` package. - - Updated the `HyperlaneDeployer` to perform contract verification immediately after deploying a contract. A default verifier is instantiated using the core build artifact. - - Updated the `HyperlaneIsmFactory` to re-use the `HyperlaneDeployer` for deployment where possible. - - Minor logging improvements throughout deployers. - -### Patch Changes - -- 9681df08d: Removed basegoerli and moonbasealpha testnets -- 9681df08d: Add logos for plume to SDK -- 9681df08d: TestRecipient as part of core deployer -- 9681df08d: Update viction validator set -- 9681df08d: Patch transfer ownership in hook deployer -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] - - @hyperlane-xyz/sdk@3.8.0 - - @hyperlane-xyz/helloworld@3.8.0 - - @hyperlane-xyz/utils@3.8.0 - ## 3.7.0 ### Minor Changes diff --git a/typescript/infra/package.json b/typescript/infra/package.json index 98b814d8ff..cd81257e2f 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": "3.8.0", + "version": "3.7.0", "dependencies": { "@arbitrum/sdk": "^3.0.0", "@aws-sdk/client-iam": "^3.74.0", @@ -12,9 +12,9 @@ "@ethersproject/experimental": "^5.7.0", "@ethersproject/hardware-wallets": "^5.7.0", "@ethersproject/providers": "^5.7.2", - "@hyperlane-xyz/helloworld": "3.8.0", - "@hyperlane-xyz/sdk": "3.8.0", - "@hyperlane-xyz/utils": "3.8.0", + "@hyperlane-xyz/helloworld": "3.7.0", + "@hyperlane-xyz/sdk": "3.7.0", + "@hyperlane-xyz/utils": "3.7.0", "@nomiclabs/hardhat-etherscan": "^3.0.3", "@safe-global/api-kit": "^1.3.0", "@safe-global/protocol-kit": "^1.2.0", diff --git a/typescript/sdk/CHANGELOG.md b/typescript/sdk/CHANGELOG.md index 5df94f24e0..3fcc771222 100644 --- a/typescript/sdk/CHANGELOG.md +++ b/typescript/sdk/CHANGELOG.md @@ -1,39 +1,5 @@ # @hyperlane-xyz/sdk -## 3.8.0 - -### Minor Changes - -- 9681df08d: **New Feature**: Add transaction fee estimators to the SDK - **Breaking change**: Token Adapter `quoteGasPayment` method renamed to `quoteTransferRemoteGas` for clarity. -- 9681df08d: Remove support for goerli networks (including optimismgoerli, arbitrumgoerli, lineagoerli and polygonzkevmtestnet) -- 9681df08d: Enabled verification of contracts as part of the deployment flow. - - - Solidity build artifact is now included as part of the `@hyperlane-xyz/core` package. - - Updated the `HyperlaneDeployer` to perform contract verification immediately after deploying a contract. A default verifier is instantiated using the core build artifact. - - Updated the `HyperlaneIsmFactory` to re-use the `HyperlaneDeployer` for deployment where possible. - - Minor logging improvements throughout deployers. - -- 9681df08d: Add `WarpCore`, `Token`, and `TokenAmount` classes for interacting with Warp Route instances. - - _Breaking change_: The params to the `IHypTokenAdapter` `populateTransferRemoteTx` method have changed. `txValue` has been replaced with `interchainGas`. - -### Patch Changes - -- 9681df08d: Support configuring non-EVM IGP destinations -- 9681df08d: Removed basegoerli and moonbasealpha testnets -- 9681df08d: Add logos for plume to SDK -- 9681df08d: TestRecipient as part of core deployer -- 9681df08d: Update viction validator set -- 9681df08d: Minor fixes for SDK cosmos logos -- 9681df08d: Implement message id extraction for CosmWasmCoreAdapter -- 9681df08d: Patch transfer ownership in hook deployer -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] -- Updated dependencies [9681df08d] - - @hyperlane-xyz/core@3.8.0 - - @hyperlane-xyz/utils@3.8.0 - ## 3.7.0 ### Minor Changes diff --git a/typescript/sdk/package.json b/typescript/sdk/package.json index 6f20bd10d3..35a16d961a 100644 --- a/typescript/sdk/package.json +++ b/typescript/sdk/package.json @@ -1,12 +1,12 @@ { "name": "@hyperlane-xyz/sdk", "description": "The official SDK for the Hyperlane Network", - "version": "3.8.0", + "version": "3.7.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.31.3", "@cosmjs/stargate": "^0.31.3", - "@hyperlane-xyz/core": "3.8.0", - "@hyperlane-xyz/utils": "3.8.0", + "@hyperlane-xyz/core": "3.7.0", + "@hyperlane-xyz/utils": "3.7.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.0", "@types/coingecko-api": "^1.0.10", diff --git a/typescript/utils/CHANGELOG.md b/typescript/utils/CHANGELOG.md index 1609e95789..781d871fff 100644 --- a/typescript/utils/CHANGELOG.md +++ b/typescript/utils/CHANGELOG.md @@ -1,13 +1,5 @@ # @hyperlane-xyz/utils -## 3.8.0 - -### Minor Changes - -- 9681df08d: Add `WarpCore`, `Token`, and `TokenAmount` classes for interacting with Warp Route instances. - - _Breaking change_: The params to the `IHypTokenAdapter` `populateTransferRemoteTx` method have changed. `txValue` has been replaced with `interchainGas`. - ## 3.7.0 ## 3.6.2 diff --git a/typescript/utils/package.json b/typescript/utils/package.json index 56ad3ed850..8e73026953 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": "3.8.0", + "version": "3.7.0", "dependencies": { "@cosmjs/encoding": "^0.31.3", "@solana/web3.js": "^1.78.0", diff --git a/yarn.lock b/yarn.lock index 4c242d4937..e7f51888e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4714,8 +4714,8 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperlane-xyz/cli@workspace:typescript/cli" dependencies: - "@hyperlane-xyz/sdk": "npm:3.8.0" - "@hyperlane-xyz/utils": "npm:3.8.0" + "@hyperlane-xyz/sdk": "npm:3.7.0" + "@hyperlane-xyz/utils": "npm:3.7.0" "@inquirer/prompts": "npm:^3.0.0" "@types/mocha": "npm:^10.0.1" "@types/node": "npm:^18.14.5" @@ -4741,28 +4741,12 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/core@npm:3.7.0": - version: 3.7.0 - resolution: "@hyperlane-xyz/core@npm:3.7.0" - dependencies: - "@eth-optimism/contracts": "npm:^0.6.0" - "@hyperlane-xyz/utils": "npm:3.7.0" - "@openzeppelin/contracts": "npm:^4.9.3" - "@openzeppelin/contracts-upgradeable": "npm:^v4.9.3" - peerDependencies: - "@ethersproject/abi": "*" - "@ethersproject/providers": "*" - "@types/sinon-chai": "*" - checksum: efa01d943dd5b67830bb7244291c8ba9849472e804dff589463de76d3c03e56bc8d62454b575a6621aa1b8b53cc0d1d3b752a83d34f4b328ecd85e1ff23230d5 - languageName: node - linkType: hard - -"@hyperlane-xyz/core@npm:3.8.0, @hyperlane-xyz/core@workspace:solidity": +"@hyperlane-xyz/core@npm:3.7.0, @hyperlane-xyz/core@workspace:solidity": version: 0.0.0-use.local resolution: "@hyperlane-xyz/core@workspace:solidity" dependencies: "@eth-optimism/contracts": "npm:^0.6.0" - "@hyperlane-xyz/utils": "npm:3.8.0" + "@hyperlane-xyz/utils": "npm:3.7.0" "@nomiclabs/hardhat-ethers": "npm:^2.2.1" "@nomiclabs/hardhat-waffle": "npm:^2.0.6" "@openzeppelin/contracts": "npm:^4.9.3" @@ -4789,12 +4773,12 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/helloworld@npm:3.8.0, @hyperlane-xyz/helloworld@workspace:typescript/helloworld": +"@hyperlane-xyz/helloworld@npm:3.7.0, @hyperlane-xyz/helloworld@workspace:typescript/helloworld": version: 0.0.0-use.local resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld" dependencies: - "@hyperlane-xyz/core": "npm:3.8.0" - "@hyperlane-xyz/sdk": "npm:3.8.0" + "@hyperlane-xyz/core": "npm:3.7.0" + "@hyperlane-xyz/sdk": "npm:3.7.0" "@nomiclabs/hardhat-ethers": "npm:^2.2.1" "@nomiclabs/hardhat-waffle": "npm:^2.0.6" "@openzeppelin/contracts-upgradeable": "npm:^4.9.3" @@ -4839,9 +4823,9 @@ __metadata: "@ethersproject/experimental": "npm:^5.7.0" "@ethersproject/hardware-wallets": "npm:^5.7.0" "@ethersproject/providers": "npm:^5.7.2" - "@hyperlane-xyz/helloworld": "npm:3.8.0" - "@hyperlane-xyz/sdk": "npm:3.8.0" - "@hyperlane-xyz/utils": "npm:3.8.0" + "@hyperlane-xyz/helloworld": "npm:3.7.0" + "@hyperlane-xyz/sdk": "npm:3.7.0" + "@hyperlane-xyz/utils": "npm:3.7.0" "@nomiclabs/hardhat-ethers": "npm:^2.2.1" "@nomiclabs/hardhat-etherscan": "npm:^3.0.3" "@nomiclabs/hardhat-waffle": "npm:^2.0.6" @@ -4891,42 +4875,14 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/sdk@npm:3.7.0": - version: 3.7.0 - resolution: "@hyperlane-xyz/sdk@npm:3.7.0" - dependencies: - "@cosmjs/cosmwasm-stargate": "npm:^0.31.3" - "@cosmjs/stargate": "npm:^0.31.3" - "@hyperlane-xyz/core": "npm:3.7.0" - "@hyperlane-xyz/utils": "npm:3.7.0" - "@solana/spl-token": "npm:^0.3.8" - "@solana/web3.js": "npm:^1.78.0" - "@types/coingecko-api": "npm:^1.0.10" - "@types/debug": "npm:^4.1.7" - "@wagmi/chains": "npm:^1.8.0" - bignumber.js: "npm:^9.1.1" - coingecko-api: "npm:^1.0.10" - cosmjs-types: "npm:^0.9.0" - cross-fetch: "npm:^3.1.5" - debug: "npm:^4.3.4" - ethers: "npm:^5.7.2" - viem: "npm:^1.20.0" - zod: "npm:^3.21.2" - peerDependencies: - "@ethersproject/abi": "*" - "@ethersproject/providers": "*" - checksum: b124a42f34502c4dad4127723d345158f592056d7e60e17d87c84bf81664ead20232ffaff66e6c21968dfd5693ba5122910fbcaa6b7db5b05fdd5d2051592835 - languageName: node - linkType: hard - -"@hyperlane-xyz/sdk@npm:3.8.0, @hyperlane-xyz/sdk@workspace:typescript/sdk": +"@hyperlane-xyz/sdk@npm:3.7.0, @hyperlane-xyz/sdk@workspace:typescript/sdk": version: 0.0.0-use.local resolution: "@hyperlane-xyz/sdk@workspace:typescript/sdk" dependencies: "@cosmjs/cosmwasm-stargate": "npm:^0.31.3" "@cosmjs/stargate": "npm:^0.31.3" - "@hyperlane-xyz/core": "npm:3.8.0" - "@hyperlane-xyz/utils": "npm:3.8.0" + "@hyperlane-xyz/core": "npm:3.7.0" + "@hyperlane-xyz/utils": "npm:3.7.0" "@nomiclabs/hardhat-ethers": "npm:^2.2.1" "@nomiclabs/hardhat-waffle": "npm:^2.0.6" "@solana/spl-token": "npm:^0.3.8" @@ -4964,19 +4920,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/utils@npm:3.7.0": - version: 3.7.0 - resolution: "@hyperlane-xyz/utils@npm:3.7.0" - dependencies: - "@cosmjs/encoding": "npm:^0.31.3" - "@solana/web3.js": "npm:^1.78.0" - bignumber.js: "npm:^9.1.1" - ethers: "npm:^5.7.2" - checksum: c76f36913c572702b9dfe22fd868db6fed01c0da9485319e33e8d00a6b8a1bfdcecb5f61c8a3fd8ccbef0b36809e8055db62d75d0c6759d5e079ee330586bcd1 - languageName: node - linkType: hard - -"@hyperlane-xyz/utils@npm:3.8.0, @hyperlane-xyz/utils@workspace:typescript/utils": +"@hyperlane-xyz/utils@npm:3.7.0, @hyperlane-xyz/utils@workspace:typescript/utils": version: 0.0.0-use.local resolution: "@hyperlane-xyz/utils@workspace:typescript/utils" dependencies: