From 44361db3ce8fe02878ce9890ab825ce4ffe49469 Mon Sep 17 00:00:00 2001 From: Asa Oines Date: Wed, 8 Feb 2023 22:09:53 -0500 Subject: [PATCH] Fix kathy image (#1789) --- typescript/infra/config/environments/mainnet2/helloworld.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/infra/config/environments/mainnet2/helloworld.ts b/typescript/infra/config/environments/mainnet2/helloworld.ts index 74a3f140c..5b500c55d 100644 --- a/typescript/infra/config/environments/mainnet2/helloworld.ts +++ b/typescript/infra/config/environments/mainnet2/helloworld.ts @@ -12,7 +12,7 @@ export const hyperlane: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: 'sha-76d8c5e-20230208-232847', + tag: '76d8c5e-20230208-232847', }, chainsToSkip: [], runEnv: environment,