From 7f89870b2b8c61a5b4f77b44d3d92490cff372de Mon Sep 17 00:00:00 2001 From: Asa Oines Date: Tue, 3 Jan 2023 16:54:26 -0500 Subject: [PATCH] Update to 1.0.0-beta6 (#1503) --- solidity/package.json | 4 +-- typescript/helloworld | 2 +- typescript/infra/package.json | 4 +-- typescript/sdk/package.json | 6 ++-- typescript/utils/package.json | 2 +- yarn.lock | 54 +++++++++++++++++++++++++++++------ 6 files changed, 54 insertions(+), 18 deletions(-) diff --git a/solidity/package.json b/solidity/package.json index 63082e7665..c7df221d27 100644 --- a/solidity/package.json +++ b/solidity/package.json @@ -1,9 +1,9 @@ { "name": "@hyperlane-xyz/core", "description": "Core solidity contracts for Hyperlane", - "version": "1.0.0-beta5", + "version": "1.0.0-beta6", "dependencies": { - "@hyperlane-xyz/utils": "1.0.0-beta5", + "@hyperlane-xyz/utils": "1.0.0-beta6", "@openzeppelin/contracts": "^4.8.0", "@openzeppelin/contracts-upgradeable": "^4.8.0" }, diff --git a/typescript/helloworld b/typescript/helloworld index 095a25c89f..2b2a13bcbd 160000 --- a/typescript/helloworld +++ b/typescript/helloworld @@ -1 +1 @@ -Subproject commit 095a25c89f67d322b2993fc3b44fbda5139d00ef +Subproject commit 2b2a13bcbdb03ed4a8a2d0288ad4372fe3be9077 diff --git a/typescript/infra/package.json b/typescript/infra/package.json index bf54940777..19d80a8dde 100644 --- a/typescript/infra/package.json +++ b/typescript/infra/package.json @@ -16,8 +16,8 @@ "@gnosis.pm/safe-service-client": "^1.2.0", "@hyperlane-xyz/celo-ethers-provider": "^0.1.1", "@hyperlane-xyz/helloworld": "1.0.0-beta5", - "@hyperlane-xyz/sdk": "1.0.0-beta5", - "@hyperlane-xyz/utils": "1.0.0-beta5", + "@hyperlane-xyz/sdk": "1.0.0-beta6", + "@hyperlane-xyz/utils": "1.0.0-beta6", "@nomiclabs/hardhat-etherscan": "^3.0.3", "@safe-global/safe-core-sdk": "3.2.0", "@safe-global/safe-ethers-lib": "^1.7.0", diff --git a/typescript/sdk/package.json b/typescript/sdk/package.json index d002aeb5eb..f3ed6c1331 100644 --- a/typescript/sdk/package.json +++ b/typescript/sdk/package.json @@ -1,11 +1,11 @@ { "name": "@hyperlane-xyz/sdk", "description": "The official SDK for the Hyperlane Network", - "version": "1.0.0-beta5", + "version": "1.0.0-beta6", "dependencies": { "@hyperlane-xyz/celo-ethers-provider": "^0.1.1", - "@hyperlane-xyz/core": "1.0.0-beta5", - "@hyperlane-xyz/utils": "1.0.0-beta5", + "@hyperlane-xyz/core": "1.0.0-beta6", + "@hyperlane-xyz/utils": "1.0.0-beta6", "@wagmi/chains": "^0.1.3", "coingecko-api": "^1.0.10", "cross-fetch": "^3.1.5", diff --git a/typescript/utils/package.json b/typescript/utils/package.json index 14f6ddc9de..8389ac4f36 100644 --- a/typescript/utils/package.json +++ b/typescript/utils/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/utils", "description": "General utilities for the Hyperlane network", - "version": "1.0.0-beta5", + "version": "1.0.0-beta6", "dependencies": { "ethers": "^5.7.2" }, diff --git a/yarn.lock b/yarn.lock index 2910ec103b..8fb5fe04ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3932,11 +3932,11 @@ __metadata: languageName: node linkType: hard -"@hyperlane-xyz/core@1.0.0-beta5, @hyperlane-xyz/core@workspace:solidity": +"@hyperlane-xyz/core@1.0.0-beta6, @hyperlane-xyz/core@workspace:solidity": version: 0.0.0-use.local resolution: "@hyperlane-xyz/core@workspace:solidity" dependencies: - "@hyperlane-xyz/utils": 1.0.0-beta5 + "@hyperlane-xyz/utils": 1.0.0-beta6 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@openzeppelin/contracts": ^4.8.0 @@ -3959,11 +3959,22 @@ __metadata: languageName: unknown linkType: soft +"@hyperlane-xyz/core@npm:1.0.0-beta5": + version: 1.0.0-beta5 + resolution: "@hyperlane-xyz/core@npm:1.0.0-beta5" + dependencies: + "@hyperlane-xyz/utils": 1.0.0-beta5 + "@openzeppelin/contracts": ^4.8.0 + "@openzeppelin/contracts-upgradeable": ^4.8.0 + checksum: 8015777393a92e47c2b496b7204ed588fbb862706c51aa8b08972bfe751c2b249537049e6642b5a3e2f466cad7b3a54f4dde1b6d3ffab275a0a7d7f3fefbe231 + languageName: node + linkType: hard + "@hyperlane-xyz/helloworld@1.0.0-beta5, @hyperlane-xyz/helloworld@workspace:typescript/helloworld": version: 0.0.0-use.local resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld" dependencies: - "@hyperlane-xyz/sdk": ^1.0.0-beta5 + "@hyperlane-xyz/sdk": ^1.0.0-beta6 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@openzeppelin/contracts-upgradeable": ^4.8.0 @@ -4042,8 +4053,8 @@ __metadata: "@gnosis.pm/safe-service-client": ^1.2.0 "@hyperlane-xyz/celo-ethers-provider": ^0.1.1 "@hyperlane-xyz/helloworld": 1.0.0-beta5 - "@hyperlane-xyz/sdk": 1.0.0-beta5 - "@hyperlane-xyz/utils": 1.0.0-beta5 + "@hyperlane-xyz/sdk": 1.0.0-beta6 + "@hyperlane-xyz/utils": 1.0.0-beta6 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-etherscan": ^3.0.3 "@nomiclabs/hardhat-waffle": ^2.0.3 @@ -4086,13 +4097,13 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/sdk@1.0.0-beta5, @hyperlane-xyz/sdk@^1.0.0-beta5, @hyperlane-xyz/sdk@workspace:typescript/sdk": +"@hyperlane-xyz/sdk@1.0.0-beta6, @hyperlane-xyz/sdk@^1.0.0-beta6, @hyperlane-xyz/sdk@workspace:typescript/sdk": version: 0.0.0-use.local resolution: "@hyperlane-xyz/sdk@workspace:typescript/sdk" dependencies: "@hyperlane-xyz/celo-ethers-provider": ^0.1.1 - "@hyperlane-xyz/core": 1.0.0-beta5 - "@hyperlane-xyz/utils": 1.0.0-beta5 + "@hyperlane-xyz/core": 1.0.0-beta6 + "@hyperlane-xyz/utils": 1.0.0-beta6 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@types/coingecko-api": ^1.0.10 @@ -4116,7 +4127,23 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/utils@1.0.0-beta5, @hyperlane-xyz/utils@workspace:typescript/utils": +"@hyperlane-xyz/sdk@npm:1.0.0-beta5": + version: 1.0.0-beta5 + resolution: "@hyperlane-xyz/sdk@npm:1.0.0-beta5" + dependencies: + "@hyperlane-xyz/celo-ethers-provider": ^0.1.1 + "@hyperlane-xyz/core": 1.0.0-beta5 + "@hyperlane-xyz/utils": 1.0.0-beta5 + "@wagmi/chains": ^0.1.3 + coingecko-api: ^1.0.10 + cross-fetch: ^3.1.5 + debug: ^4.3.4 + ethers: ^5.7.2 + checksum: 587129cf66c3d68fb98a0e2f20563b02aa7c26041d1b05e47ff8d030515f73c34acfc54812977a999844adfa7c7a6eed28761aacb0fd4e6ee32fd122b883ccbd + languageName: node + linkType: hard + +"@hyperlane-xyz/utils@1.0.0-beta6, @hyperlane-xyz/utils@workspace:typescript/utils": version: 0.0.0-use.local resolution: "@hyperlane-xyz/utils@workspace:typescript/utils" dependencies: @@ -4127,6 +4154,15 @@ __metadata: languageName: unknown linkType: soft +"@hyperlane-xyz/utils@npm:1.0.0-beta5": + version: 1.0.0-beta5 + resolution: "@hyperlane-xyz/utils@npm:1.0.0-beta5" + dependencies: + ethers: ^5.7.2 + checksum: eeda99abbd7468310625dfa1af2358420af594cf17e43209b5c99a6db6cb14e72f844bb71e8159059429102cf38d241bfe2842f54f3fe53b9bcbdb709b86b67e + languageName: node + linkType: hard + "@jridgewell/gen-mapping@npm:^0.3.0": version: 0.3.1 resolution: "@jridgewell/gen-mapping@npm:0.3.1"