Deploy key funder (#1061)

pull/1067/head
Trevor Porter 2 years ago committed by GitHub
parent f3509ace3f
commit ecabe2b7a8
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

@ -7,7 +7,7 @@ import { environment } from './chains';
export const keyFunderConfig: KeyFunderConfig = {
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-monorepo',
tag: 'sha-4620d2a',
tag: 'sha-f3509ac',
},
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-4620d2a',
tag: 'sha-f3509ac',
},
cronSchedule: '45 * * * *', // Every hour at the 45 minute mark
namespace: environment,

Loading…
Cancel
Save