Deploy mainnet2/testnet3 with latest agent image (#1510)

1.0.0-beta8
Asa Oines 2 years ago committed by GitHub
parent a00097399e
commit cd30e4f39b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      typescript/infra/config/environments/mainnet2/agent.ts
  2. 2
      typescript/infra/config/environments/testnet3/agent.ts

@ -17,8 +17,7 @@ export const hyperlane: AgentConfig<MainnetChains> = {
context: Contexts.Hyperlane,
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-agent',
// TODO: Use an image built off of main
tag: 'sha-507557e',
tag: 'sha-82951fb',
},
aws: {
region: 'us-east-1',

@ -26,7 +26,7 @@ export const hyperlane: AgentConfig<TestnetChains> = {
context: Contexts.Hyperlane,
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-agent',
tag: 'sha-73128c6',
tag: 'sha-82951fb',
},
aws: {
region: 'us-east-1',

Loading…
Cancel
Save