1.0.0 beta3 (#1479)

* Make wagmi a full dep of sdk

* Bump versions to 1.0.0 beta3
pull/1480/head
Yorke Rhodes 2 years ago committed by GitHub
parent d0f14c1b88
commit e5d3922210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      solidity/package.json
  2. 7
      typescript/helloworld/package.json
  3. 6
      typescript/infra/package.json
  4. 13
      typescript/sdk/package.json
  5. 11
      typescript/token/package.json
  6. 5
      typescript/utils/package.json
  7. 28
      yarn.lock

@ -1,9 +1,9 @@
{
"name": "@hyperlane-xyz/core",
"description": "Core solidity contracts for Hyperlane",
"version": "1.0.0-beta2",
"version": "1.0.0-beta3",
"dependencies": {
"@hyperlane-xyz/utils": "1.0.0-beta2",
"@hyperlane-xyz/utils": "1.0.0-beta3",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.0"
},
@ -50,5 +50,6 @@
"test": "hardhat test && forge test -vvv",
"gas": "forge snapshot --check"
},
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"stableVersion": "1.0.0-beta2"
}

@ -1,9 +1,9 @@
{
"name": "@hyperlane-xyz/helloworld",
"description": "A basic skeleton of an Hyperlane app",
"version": "1.0.0-beta2",
"version": "1.0.0-beta3",
"dependencies": {
"@hyperlane-xyz/sdk": "1.0.0-beta2",
"@hyperlane-xyz/sdk": "1.0.0-beta3",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"ethers": "^5.6.8"
},
@ -65,5 +65,6 @@
"lodash": "^4.17.21",
"async": "^2.6.4",
"undici": "^5.11"
}
},
"stableVersion": "1.0.0-beta2"
}

@ -12,9 +12,9 @@
"@gnosis.pm/safe-ethers-lib": "^1.4.0",
"@gnosis.pm/safe-service-client": "^1.2.0",
"@hyperlane-xyz/celo-ethers-provider": "^0.1.1",
"@hyperlane-xyz/helloworld": "1.0.0-beta2",
"@hyperlane-xyz/sdk": "1.0.0-beta2",
"@hyperlane-xyz/utils": "1.0.0-beta2",
"@hyperlane-xyz/helloworld": "1.0.0-beta3",
"@hyperlane-xyz/sdk": "1.0.0-beta3",
"@hyperlane-xyz/utils": "1.0.0-beta3",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"asn1.js": "5.4.1",
"aws-kms-ethers-signer": "^0.1.3",

@ -1,12 +1,12 @@
{
"name": "@hyperlane-xyz/sdk",
"description": "The official SDK for the Hyperlane Network",
"version": "1.0.0-beta2",
"version": "1.0.0-beta3",
"dependencies": {
"@hyperlane-xyz/celo-ethers-provider": "^0.1.1",
"@hyperlane-xyz/core": "1.0.0-beta2",
"@hyperlane-xyz/utils": "1.0.0-beta2",
"@types/debug": "^4.1.7",
"@hyperlane-xyz/core": "1.0.0-beta3",
"@hyperlane-xyz/utils": "1.0.0-beta3",
"@wagmi/chains": "^0.1.3",
"coingecko-api": "^1.0.10",
"cross-fetch": "^3.1.5",
"debug": "^4.3.4",
@ -16,8 +16,8 @@
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@types/coingecko-api": "^1.0.10",
"@types/debug": "^4.1.7",
"@types/node": "^16.9.1",
"@wagmi/chains": "^0.1.3",
"chai": "^4.3.6",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.4",
@ -52,5 +52,6 @@
"test:unit": "mocha --config .mocharc.json './src/**/*.test.ts'",
"test:hardhat": "hardhat test ./src/**/*.hardhat-test.ts"
},
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"stableVersion": "1.0.0-beta2"
}

@ -1,11 +1,11 @@
{
"name": "@hyperlane-xyz/hyperlane-token",
"description": "A template for interchain ERC20 and ERC721 tokens using Hyperlane",
"version": "1.0.0-beta2",
"version": "1.0.0-beta3",
"dependencies": {
"@hyperlane-xyz/core": "1.0.0-beta2",
"@hyperlane-xyz/sdk": "1.0.0-beta2",
"@hyperlane-xyz/utils": "1.0.0-beta2",
"@hyperlane-xyz/core": "1.0.0-beta3",
"@hyperlane-xyz/sdk": "1.0.0-beta3",
"@hyperlane-xyz/utils": "1.0.0-beta3",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"ethers": "^5.6.8"
},
@ -58,5 +58,6 @@
"prettier": "prettier --write ./contracts ./test",
"test": "hardhat test ./test/*.test.ts"
},
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"stableVersion": "1.0.0-beta2"
}

@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/utils",
"description": "General utilities for the Hyperlane network",
"version": "1.0.0-beta2",
"version": "1.0.0-beta3",
"dependencies": {
"ethers": "^5.6.8"
},
@ -29,5 +29,6 @@
"types": "dist/index.d.ts",
"files": [
"/dist"
]
],
"stableVersion": "1.0.0-beta2"
}

@ -3686,11 +3686,11 @@ __metadata:
languageName: node
linkType: hard
"@hyperlane-xyz/core@1.0.0-beta2, @hyperlane-xyz/core@workspace:solidity":
"@hyperlane-xyz/core@1.0.0-beta3, @hyperlane-xyz/core@workspace:solidity":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/core@workspace:solidity"
dependencies:
"@hyperlane-xyz/utils": 1.0.0-beta2
"@hyperlane-xyz/utils": 1.0.0-beta3
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-waffle": ^2.0.2
"@openzeppelin/contracts": ^4.8.0
@ -3713,11 +3713,11 @@ __metadata:
languageName: unknown
linkType: soft
"@hyperlane-xyz/helloworld@1.0.0-beta2, @hyperlane-xyz/helloworld@workspace:typescript/helloworld":
"@hyperlane-xyz/helloworld@1.0.0-beta3, @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-beta2
"@hyperlane-xyz/sdk": 1.0.0-beta3
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-waffle": ^2.0.2
"@openzeppelin/contracts-upgradeable": ^4.8.0
@ -3749,9 +3749,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/hyperlane-token@workspace:typescript/token"
dependencies:
"@hyperlane-xyz/core": 1.0.0-beta2
"@hyperlane-xyz/sdk": 1.0.0-beta2
"@hyperlane-xyz/utils": 1.0.0-beta2
"@hyperlane-xyz/core": 1.0.0-beta3
"@hyperlane-xyz/sdk": 1.0.0-beta3
"@hyperlane-xyz/utils": 1.0.0-beta3
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-waffle": ^2.0.2
"@openzeppelin/contracts-upgradeable": ^4.8.0
@ -3792,9 +3792,9 @@ __metadata:
"@gnosis.pm/safe-ethers-lib": ^1.4.0
"@gnosis.pm/safe-service-client": ^1.2.0
"@hyperlane-xyz/celo-ethers-provider": ^0.1.1
"@hyperlane-xyz/helloworld": 1.0.0-beta2
"@hyperlane-xyz/sdk": 1.0.0-beta2
"@hyperlane-xyz/utils": 1.0.0-beta2
"@hyperlane-xyz/helloworld": 1.0.0-beta3
"@hyperlane-xyz/sdk": 1.0.0-beta3
"@hyperlane-xyz/utils": 1.0.0-beta3
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-etherscan": ^3.0.3
"@nomiclabs/hardhat-waffle": ^2.0.2
@ -3834,13 +3834,13 @@ __metadata:
languageName: unknown
linkType: soft
"@hyperlane-xyz/sdk@1.0.0-beta2, @hyperlane-xyz/sdk@workspace:typescript/sdk":
"@hyperlane-xyz/sdk@1.0.0-beta3, @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-beta2
"@hyperlane-xyz/utils": 1.0.0-beta2
"@hyperlane-xyz/core": 1.0.0-beta3
"@hyperlane-xyz/utils": 1.0.0-beta3
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-waffle": ^2.0.2
"@types/coingecko-api": ^1.0.10
@ -3864,7 +3864,7 @@ __metadata:
languageName: unknown
linkType: soft
"@hyperlane-xyz/utils@1.0.0-beta2, @hyperlane-xyz/utils@workspace:typescript/utils":
"@hyperlane-xyz/utils@1.0.0-beta3, @hyperlane-xyz/utils@workspace:typescript/utils":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/utils@workspace:typescript/utils"
dependencies:

Loading…
Cancel
Save