Update submodules to point to main branches (#1505)

pull/1508/head
Asa Oines 2 years ago committed by GitHub
parent 912793c68f
commit 9e0e1cfbb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .gitmodules
  2. 2
      typescript/helloworld
  3. 2
      typescript/infra/package.json
  4. 2
      typescript/token
  5. 46
      yarn.lock

2
.gitmodules vendored

@ -5,4 +5,4 @@
[submodule "typescript/helloworld"]
path = typescript/helloworld
url = git@github.com:hyperlane-xyz/hyperlane-app-template.git
branch = asaj/v2
branch = main

@ -1 +1 @@
Subproject commit 2b2a13bcbdb03ed4a8a2d0288ad4372fe3be9077
Subproject commit 09a98ec543194037e0c233816640a9bebcc48f4c

@ -15,7 +15,7 @@
"@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-beta5",
"@hyperlane-xyz/helloworld": "1.0.0-beta6",
"@hyperlane-xyz/sdk": "1.0.0-beta6",
"@hyperlane-xyz/utils": "1.0.0-beta6",
"@nomiclabs/hardhat-etherscan": "^3.0.3",

@ -1 +1 @@
Subproject commit de69913a3236a526866bcafac22b7f7c684b6ee5
Subproject commit 5afcc623c346538e242ccb03b155dc696a3c53c3

@ -3959,18 +3959,7 @@ __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":
"@hyperlane-xyz/helloworld@1.0.0-beta6, @hyperlane-xyz/helloworld@workspace:typescript/helloworld":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld"
dependencies:
@ -4006,9 +3995,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/hyperlane-token@workspace:typescript/token"
dependencies:
"@hyperlane-xyz/core": 1.0.0-beta5
"@hyperlane-xyz/sdk": 1.0.0-beta5
"@hyperlane-xyz/utils": 1.0.0-beta5
"@hyperlane-xyz/core": 1.0.0-beta6
"@hyperlane-xyz/sdk": 1.0.0-beta6
"@hyperlane-xyz/utils": 1.0.0-beta6
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@openzeppelin/contracts-upgradeable": ^4.8.0
@ -4052,7 +4041,7 @@ __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-beta5
"@hyperlane-xyz/helloworld": 1.0.0-beta6
"@hyperlane-xyz/sdk": 1.0.0-beta6
"@hyperlane-xyz/utils": 1.0.0-beta6
"@nomiclabs/hardhat-ethers": ^2.2.1
@ -4127,22 +4116,6 @@ __metadata:
languageName: unknown
linkType: soft
"@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"
@ -4154,15 +4127,6 @@ __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"

Loading…
Cancel
Save