Deploy key funder (#883)

* deploy testnet2

* fix cronjob script, deploy mainnet
pull/890/head
Trevor Porter 2 years ago committed by GitHub
parent 51b594b248
commit f573069f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      typescript/infra/config/environments/mainnet/funding.ts
  2. 2
      typescript/infra/config/environments/testnet2/funding.ts
  3. 2
      typescript/infra/helm/key-funder/templates/cron-job.yaml

@ -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,

@ -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,

@ -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

Loading…
Cancel
Save