pull/1285/head
Trevor Porter 2 years ago committed by GitHub
parent 0b09754922
commit 5929ef1956
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

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

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

Loading…
Cancel
Save