From ff5e2d0a29d3acaf1dc9399cbd66b4eac8e71f2e Mon Sep 17 00:00:00 2001 From: Nam Chu Hoai Date: Wed, 8 Feb 2023 19:27:13 -0500 Subject: [PATCH] Deploy mainnet2 kathy (#1787) --- 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 97bb1f15c..74a3f140c 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-19dc142', + tag: 'sha-76d8c5e-20230208-232847', }, chainsToSkip: [], runEnv: environment,