Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update nautilus rpc url #4358

Merged
merged 4 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/**'
tkporter marked this conversation as resolved.
Show resolved Hide resolved
- '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
Loading