From 1ece33d3c09ff87809ded3bfaeb25ac1d58a0d0c Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Thu, 28 Jul 2022 16:56:43 +0100 Subject: [PATCH] Update kathy and relayer funder deployments (#844) --- typescript/infra/config/environments/mainnet/funding.ts | 2 +- typescript/infra/config/environments/mainnet/helloworld.ts | 2 +- typescript/infra/config/environments/testnet2/funding.ts | 2 +- typescript/infra/config/environments/testnet2/helloworld.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/typescript/infra/config/environments/mainnet/funding.ts b/typescript/infra/config/environments/mainnet/funding.ts index bec7ddf39..ab8723670 100644 --- a/typescript/infra/config/environments/mainnet/funding.ts +++ b/typescript/infra/config/environments/mainnet/funding.ts @@ -5,7 +5,7 @@ import { environment } from './chains'; export const relayerFunderConfig: RelayerFunderConfig = { docker: { repo: 'gcr.io/abacus-labs-dev/abacus-monorepo', - tag: 'sha-63f7341', + tag: 'sha-d24eaa4', }, cronSchedule: '45 * * * *', // Every hour at the 45 minute mark namespace: environment, diff --git a/typescript/infra/config/environments/mainnet/helloworld.ts b/typescript/infra/config/environments/mainnet/helloworld.ts index 20d372ece..4541283b1 100644 --- a/typescript/infra/config/environments/mainnet/helloworld.ts +++ b/typescript/infra/config/environments/mainnet/helloworld.ts @@ -8,7 +8,7 @@ export const helloWorld: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/abacus-monorepo', - tag: 'sha-cd7dded', + tag: 'sha-f0c45a1', }, cronSchedule: '0 */6 * * *', // Once every 6 hours chainsToSkip: [], diff --git a/typescript/infra/config/environments/testnet2/funding.ts b/typescript/infra/config/environments/testnet2/funding.ts index 3b5cb22d9..5e3200685 100644 --- a/typescript/infra/config/environments/testnet2/funding.ts +++ b/typescript/infra/config/environments/testnet2/funding.ts @@ -5,7 +5,7 @@ import { environment } from './chains'; export const relayerFunderConfig: RelayerFunderConfig = { docker: { repo: 'gcr.io/abacus-labs-dev/abacus-monorepo', - tag: 'sha-63f7341', + tag: 'sha-d24eaa4', }, cronSchedule: '*/10 * * * *', // Every 10 minutes namespace: environment, diff --git a/typescript/infra/config/environments/testnet2/helloworld.ts b/typescript/infra/config/environments/testnet2/helloworld.ts index fc4c85005..f25d2365a 100644 --- a/typescript/infra/config/environments/testnet2/helloworld.ts +++ b/typescript/infra/config/environments/testnet2/helloworld.ts @@ -8,7 +8,7 @@ export const helloWorld: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/abacus-monorepo', - tag: 'sha-cd7dded', + tag: 'sha-f0c45a1', }, cronSchedule: '0 */2 * * *', // Once every 2 hours chainsToSkip: [],