Skip to content

Commit

Permalink
chore: update nautilus rpc url (#4358)
Browse files Browse the repository at this point in the history
### Description

for warp route monitoring
Note my confidence in the warp route deployment tooling in infra is low
on v2 - so I just edited the sts

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
  • Loading branch information
tkporter authored Aug 22, 2024
1 parent 5491bca commit 0be930d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/monorepo-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths:
# For now, because this image is only used to use `infra`, we just build for infra changes
- 'typescript/infra/**'
- 'typescript/sdk/**'
- 'typescript/utils/**'
- 'solidity/contracts/**'
concurrency:
group: build-push-monorepo-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion typescript/infra/scripts/warp-routes/helm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function getWarpRoutesHelmValues() {
const values = {
image: {
repository: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '962d34b-20230905-194531',
tag: '6ceaec5-20240821-085628',
},
};
return helmifyValues(values);
Expand Down
2 changes: 1 addition & 1 deletion typescript/sdk/src/consts/chainMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ export const nautilus: ChainMetadata = {
},
rpcUrls: [
{
http: 'https://api.nautilus.nautchain.xyz',
http: 'https://api.evm.nautilus.prod.eclipsenetwork.xyz',
},
],
blocks: {
Expand Down

0 comments on commit 0be930d

Please sign in to comment.