Changes to address alerts (#836)

pull/842/head
Asa Oines 2 years ago committed by GitHub
parent b33870cfac
commit 946e220edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      typescript/helloworld/src/app/app.ts
  2. 2
      typescript/infra/config/environments/mainnet/funding.ts

@ -31,7 +31,7 @@ export class HelloWorldApp<
message, message,
chainConnection.overrides, chainConnection.overrides,
); );
const gasLimit = estimated.mul(11).div(10); const gasLimit = estimated.mul(12).div(10);
const tx = await sender.sendHelloWorld(toDomain, message, { const tx = await sender.sendHelloWorld(toDomain, message, {
...chainConnection.overrides, ...chainConnection.overrides,

@ -7,7 +7,7 @@ export const relayerFunderConfig: RelayerFunderConfig = {
repo: 'gcr.io/abacus-labs-dev/abacus-monorepo', repo: 'gcr.io/abacus-labs-dev/abacus-monorepo',
tag: 'sha-63f7341', tag: 'sha-63f7341',
}, },
cronSchedule: '*/10 * * * *', // Every 10 minutes cronSchedule: '45 * * * *', // Every hour at the 45 minute mark
namespace: environment, namespace: environment,
prometheusPushGateway: prometheusPushGateway:
'http://prometheus-pushgateway.monitoring.svc.cluster.local:9091', 'http://prometheus-pushgateway.monitoring.svc.cluster.local:9091',

Loading…
Cancel
Save