Deploy Kathy (#863)

pull/864/head
Mattie Conover 2 years ago committed by GitHub
parent 1f624841f4
commit 42d7d7aed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      typescript/infra/config/environments/mainnet/helloworld.ts
  2. 4
      typescript/infra/config/environments/testnet2/helloworld.ts

@ -14,7 +14,7 @@ export const helloWorld: HelloWorldConfig<MainnetChains> = {
runEnv: environment, runEnv: environment,
namespace: environment, namespace: environment,
fullCycleTime: 1000 * 60 * 60 * 6, // every 6 hours fullCycleTime: 1000 * 60 * 60 * 6, // every 6 hours
messageSendTimeout: 1000 * 60 * 10, // 10 min messageSendTimeout: 1000 * 60 * 15, // 15 min
messageReceiptTimeout: 1000 * 60 * 15, // 15 min messageReceiptTimeout: 1000 * 60 * 15, // 15 min
}, },
}; };

@ -8,13 +8,13 @@ export const helloWorld: HelloWorldConfig<TestnetChains> = {
kathy: { kathy: {
docker: { docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-monorepo', repo: 'gcr.io/abacus-labs-dev/abacus-monorepo',
tag: 'sha-f0c45a1', tag: 'sha-1f62484',
}, },
chainsToSkip: [], chainsToSkip: [],
runEnv: environment, runEnv: environment,
namespace: environment, namespace: environment,
fullCycleTime: 1000 * 60 * 60 * 2, // every 2 hours fullCycleTime: 1000 * 60 * 60 * 2, // every 2 hours
messageSendTimeout: 1000 * 60 * 10, // 10 min messageSendTimeout: 1000 * 60 * 15, // 15 min
messageReceiptTimeout: 1000 * 60 * 15, // 15 min messageReceiptTimeout: 1000 * 60 * 15, // 15 min
}, },
}; };

Loading…
Cancel
Save