Update submodules (#1966)

### Description

In `fuel-contracts`, we use the `hyperlane-core` rust package and point
to it via git. When cargo tries to install it, it'll look at the entire
`hyperlane-monorepo` and install any git submodules. Apparently it
breaks if the submodule points to a commit that doesn't belong to a
branch in the repo (e.g. look at the warning of
https://github.com/hyperlane-xyz/hyperlane-token/commit/f40093e or
4d7159fe92).
We should really be using commits from main anyways

### Drive-by changes

n/a

### Related issues

n/a

### Backward compatibility

_Are these changes backward compatible?_

Yes

_Are there any infrastructure implications, e.g. changes that would
prohibit deploying older commits using this infra tooling?_

None


### Testing

_What kind of testing have these changes undergone?_

unit tests
pull/1971/head
Trevor Porter 2 years ago committed by GitHub
parent 9abce515a4
commit 930cded0f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      typescript/helloworld
  2. 2
      typescript/token

@ -1 +1 @@
Subproject commit 4d7159fe92dbfe814b6de1668f2d91c9d2a2b175
Subproject commit 5aac31651bd0340839315011457f5a12388e7d48

@ -1 +1 @@
Subproject commit f40093eaae1525d5e95bb7cff9f41c93ab99e02c
Subproject commit b009989328333a3d725979491b2897db2b9473b9
Loading…
Cancel
Save