From b4e5113e8d237e4e8a840f150bee52b4d72ea1df Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Tue, 28 Nov 2023 13:50:54 +0000 Subject: [PATCH] Deploy kathy with helloworld Sealevel fix (#2989) ### Description deploy with https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/2981 ### Drive-by changes n/a ### Related issues n/a ### Backward compatibility ye ### Testing deployed --- typescript/infra/config/environments/mainnet2/helloworld.ts | 4 ++-- typescript/infra/config/environments/testnet3/helloworld.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/typescript/infra/config/environments/mainnet2/helloworld.ts b/typescript/infra/config/environments/mainnet2/helloworld.ts index b6ea232f7a..6fd5ba4034 100644 --- a/typescript/infra/config/environments/mainnet2/helloworld.ts +++ b/typescript/infra/config/environments/mainnet2/helloworld.ts @@ -13,7 +13,7 @@ export const hyperlane: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: '01dcf5d-20231010-145824', + tag: '66066f9-20231128-113426', }, chainsToSkip: [], runEnv: environment, @@ -34,7 +34,7 @@ export const releaseCandidate: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: '01dcf5d-20231010-145824', + tag: '66066f9-20231128-113426', }, chainsToSkip: [], runEnv: environment, diff --git a/typescript/infra/config/environments/testnet3/helloworld.ts b/typescript/infra/config/environments/testnet3/helloworld.ts index bf596cedd6..7b1706ce6e 100644 --- a/typescript/infra/config/environments/testnet3/helloworld.ts +++ b/typescript/infra/config/environments/testnet3/helloworld.ts @@ -13,7 +13,7 @@ export const hyperlaneHelloworld: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: '01dcf5d-20231010-145824', + tag: '66066f9-20231128-113426', }, chainsToSkip: [], runEnv: environment, @@ -33,7 +33,7 @@ export const releaseCandidateHelloworld: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: '01dcf5d-20231010-145824', + tag: '66066f9-20231128-113426', }, chainsToSkip: [], runEnv: environment,