Update kathy and relayer funder deployments (#844)

pull/859/head
Trevor Porter 2 years ago committed by GitHub
parent 44df310300
commit 1ece33d3c0
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/mainnet/helloworld.ts
  3. 2
      typescript/infra/config/environments/testnet2/funding.ts
  4. 2
      typescript/infra/config/environments/testnet2/helloworld.ts

@ -5,7 +5,7 @@ import { environment } from './chains';
export const relayerFunderConfig: RelayerFunderConfig = {
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-monorepo',
tag: 'sha-63f7341',
tag: 'sha-d24eaa4',
},
cronSchedule: '45 * * * *', // Every hour at the 45 minute mark
namespace: environment,

@ -8,7 +8,7 @@ export const helloWorld: HelloWorldConfig<MainnetChains> = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-monorepo',
tag: 'sha-cd7dded',
tag: 'sha-f0c45a1',
},
cronSchedule: '0 */6 * * *', // Once every 6 hours
chainsToSkip: [],

@ -5,7 +5,7 @@ import { environment } from './chains';
export const relayerFunderConfig: RelayerFunderConfig = {
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-monorepo',
tag: 'sha-63f7341',
tag: 'sha-d24eaa4',
},
cronSchedule: '*/10 * * * *', // Every 10 minutes
namespace: environment,

@ -8,7 +8,7 @@ export const helloWorld: HelloWorldConfig<TestnetChains> = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-monorepo',
tag: 'sha-cd7dded',
tag: 'sha-f0c45a1',
},
cronSchedule: '0 */2 * * *', // Once every 2 hours
chainsToSkip: [],

Loading…
Cancel
Save