From 7eb61ab036d9ad37e6844aa23c36539b6145c12c Mon Sep 17 00:00:00 2001 From: Nam Chu Hoai Date: Wed, 1 Feb 2023 13:59:42 -0500 Subject: [PATCH] Deploy kathy to gnosis (#1700) --- typescript/infra/config/environments/mainnet2/helloworld.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/typescript/infra/config/environments/mainnet2/helloworld.ts b/typescript/infra/config/environments/mainnet2/helloworld.ts index b452f0699..bf2b40f1f 100644 --- a/typescript/infra/config/environments/mainnet2/helloworld.ts +++ b/typescript/infra/config/environments/mainnet2/helloworld.ts @@ -12,8 +12,7 @@ export const hyperlane: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - // TODO: Use an image built off of main - tag: 'sha-507557e', + tag: 'sha-19dc142', }, chainsToSkip: [], runEnv: environment,