Update kathy testnet4 image (#2867)

Updates the images for testnet4 kathy that was borked from #2833
pull/2896/head
Nam Chu Hoai 1 year ago committed by GitHub
parent 136e7c8d32
commit 34afc967e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      typescript/infra/config/environments/testnet4/helloworld.ts

@ -13,16 +13,16 @@ export const hyperlaneHelloworld: HelloWorldConfig = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '65ac90a-20231020-192335',
tag: '52a8416-20231024-025635',
},
chainsToSkip: [],
runEnv: environment,
namespace: environment,
runConfig: {
mode: HelloWorldKathyRunMode.Service,
fullCycleTime: 1000 * 60 * 60 * 24, // every 24 hours
fullCycleTime: 1000 * 60 * 60 * 48, // every 48 hours
},
messageSendTimeout: 1000 * 60 * 8, // 8 min
messageSendTimeout: 1000 * 60 * 10, // 10 min
messageReceiptTimeout: 1000 * 60 * 20, // 20 min
connectionType: RpcConsensusType.Fallback,
},
@ -33,7 +33,7 @@ export const releaseCandidateHelloworld: HelloWorldConfig = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '65ac90a-20231020-192335',
tag: '52a8416-20231024-025635',
},
chainsToSkip: [],
runEnv: environment,

Loading…
Cancel
Save