From f573069f342cfa4cd7e2fa70a051d5205cf10e0a Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Fri, 5 Aug 2022 15:03:07 +0100 Subject: [PATCH] Deploy key funder (#883) * deploy testnet2 * fix cronjob script, deploy mainnet --- typescript/infra/config/environments/mainnet/funding.ts | 2 +- typescript/infra/config/environments/testnet2/funding.ts | 2 +- typescript/infra/helm/key-funder/templates/cron-job.yaml | 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 9608375d5..7de842ee8 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-d24eaa4', + tag: 'sha-51b594b', }, 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 9608375d5..7de842ee8 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-d24eaa4', + tag: 'sha-51b594b', }, cronSchedule: '45 * * * *', // Every hour at the 45 minute mark namespace: environment, diff --git a/typescript/infra/helm/key-funder/templates/cron-job.yaml b/typescript/infra/helm/key-funder/templates/cron-job.yaml index 85e16e0fe..ac0c0be4e 100644 --- a/typescript/infra/helm/key-funder/templates/cron-job.yaml +++ b/typescript/infra/helm/key-funder/templates/cron-job.yaml @@ -19,7 +19,7 @@ spec: imagePullPolicy: IfNotPresent command: - ./node_modules/.bin/ts-node - - ./typescript/infra/scripts/funding/fund-relayers-from-deployer.ts + - ./typescript/infra/scripts/funding/fund-keys-from-deployer.ts - -e - {{ .Values.abacus.runEnv }} - --context