chore(infra): Update docker image tag for kathy and key funder (#3902)

### Description

Update docker image tag for kathy and key funder

<!--
What's included in this PR?
-->

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
pull/3913/head
Mohammed Hussan 6 months ago committed by GitHub
parent a8a68f6f61
commit cfa20a46fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      typescript/infra/config/environments/testnet4/funding.ts
  2. 4
      typescript/infra/config/environments/testnet4/helloworld.ts

@ -7,7 +7,7 @@ import { environment } from './chains.js';
export const keyFunderConfig: KeyFunderConfig = {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: 'b22a0f4-20240523-140812',
tag: 'efa9025-20240605-091304',
},
// We're currently using the same deployer key as testnet2.
// To minimize nonce clobbering we offset the key funder cron

@ -13,7 +13,7 @@ export const hyperlaneHelloworld: HelloWorldConfig = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: 'b22a0f4-20240523-140812',
tag: 'efa9025-20240605-091304',
},
chainsToSkip: [],
runEnv: environment,
@ -32,7 +32,7 @@ export const releaseCandidateHelloworld: HelloWorldConfig = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: 'b22a0f4-20240523-140812',
tag: 'efa9025-20240605-091304',
},
chainsToSkip: [],
runEnv: environment,

Loading…
Cancel
Save