Deploy testnet2 key funder (#1086)

pull/1094/head
Trevor Porter 2 years ago committed by GitHub
parent 27183b13e3
commit 5376aa9c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      typescript/infra/config/environments/testnet2/funding.ts

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

Loading…
Cancel
Save