From b91134ccb68d5441a4e95242cd4ae3995adce7a2 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Fri, 5 Aug 2022 18:25:23 +0100 Subject: [PATCH] Deploy kathy / key funder without nonce manager (#890) * Deploy testnet2 kathy without nonce manager * Deploy testnet2 key funder * deploy on mainnet --- typescript/infra/config/environments/mainnet/funding.ts | 2 +- typescript/infra/config/environments/testnet2/funding.ts | 2 +- typescript/infra/config/environments/testnet2/helloworld.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/typescript/infra/config/environments/mainnet/funding.ts b/typescript/infra/config/environments/mainnet/funding.ts index 7de842ee8..6c6e90e61 100644 --- a/typescript/infra/config/environments/mainnet/funding.ts +++ b/typescript/infra/config/environments/mainnet/funding.ts @@ -7,7 +7,7 @@ import { environment } from './chains'; export const keyFunderConfig: KeyFunderConfig = { docker: { repo: 'gcr.io/abacus-labs-dev/abacus-monorepo', - tag: 'sha-51b594b', + tag: 'sha-936afa7', }, cronSchedule: '45 * * * *', // Every hour at the 45 minute mark namespace: environment, diff --git a/typescript/infra/config/environments/testnet2/funding.ts b/typescript/infra/config/environments/testnet2/funding.ts index 7de842ee8..6c6e90e61 100644 --- a/typescript/infra/config/environments/testnet2/funding.ts +++ b/typescript/infra/config/environments/testnet2/funding.ts @@ -7,7 +7,7 @@ import { environment } from './chains'; export const keyFunderConfig: KeyFunderConfig = { docker: { repo: 'gcr.io/abacus-labs-dev/abacus-monorepo', - tag: 'sha-51b594b', + tag: 'sha-936afa7', }, cronSchedule: '45 * * * *', // Every hour at the 45 minute mark namespace: environment, diff --git a/typescript/infra/config/environments/testnet2/helloworld.ts b/typescript/infra/config/environments/testnet2/helloworld.ts index bcbf0609f..8d491d17f 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-1f62484', + tag: 'sha-936afa7', }, chainsToSkip: [], runEnv: environment,