diff --git a/typescript/infra/config/environments/testnet2/funding.ts b/typescript/infra/config/environments/testnet2/funding.ts index 5e3200685..ab8723670 100644 --- a/typescript/infra/config/environments/testnet2/funding.ts +++ b/typescript/infra/config/environments/testnet2/funding.ts @@ -7,7 +7,7 @@ export const relayerFunderConfig: RelayerFunderConfig = { repo: 'gcr.io/abacus-labs-dev/abacus-monorepo', tag: 'sha-d24eaa4', }, - cronSchedule: '*/10 * * * *', // Every 10 minutes + cronSchedule: '45 * * * *', // Every hour at the 45 minute mark namespace: environment, prometheusPushGateway: 'http://prometheus-pushgateway.monitoring.svc.cluster.local:9091',