Deploy key funder and kathy (#1113)

pull/1117/head
Trevor Porter 2 years ago committed by GitHub
parent 8c0feaf1e1
commit 4dfba867a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      typescript/infra/config/environments/mainnet/funding.ts
  2. 8
      typescript/infra/config/environments/mainnet/helloworld.ts
  3. 2
      typescript/infra/config/environments/testnet2/funding.ts
  4. 4
      typescript/infra/config/environments/testnet2/helloworld.ts

@ -8,7 +8,7 @@ import { environment } from './chains';
export const keyFunderConfig: KeyFunderConfig = { export const keyFunderConfig: KeyFunderConfig = {
docker: { docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: 'sha-0d76398', tag: 'sha-dcc84ea',
}, },
cronSchedule: '45 * * * *', // Every hour at the 45 minute mark cronSchedule: '45 * * * *', // Every hour at the 45 minute mark
namespace: environment, namespace: environment,
@ -19,5 +19,5 @@ export const keyFunderConfig: KeyFunderConfig = {
[Contexts.Abacus]: [KEY_ROLE_ENUM.Relayer, KEY_ROLE_ENUM.Kathy], [Contexts.Abacus]: [KEY_ROLE_ENUM.Relayer, KEY_ROLE_ENUM.Kathy],
[Contexts.ReleaseCandidate]: [KEY_ROLE_ENUM.Relayer, KEY_ROLE_ENUM.Kathy], [Contexts.ReleaseCandidate]: [KEY_ROLE_ENUM.Relayer, KEY_ROLE_ENUM.Kathy],
}, },
connectionType: ConnectionType.Http, connectionType: ConnectionType.HttpQuorum,
}; };

@ -12,7 +12,7 @@ export const abacus: HelloWorldConfig<MainnetChains> = {
kathy: { kathy: {
docker: { docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: 'sha-0d76398', tag: 'sha-dcc84ea',
}, },
chainsToSkip: [], chainsToSkip: [],
runEnv: environment, runEnv: environment,
@ -23,7 +23,7 @@ export const abacus: HelloWorldConfig<MainnetChains> = {
}, },
messageSendTimeout: 1000 * 60 * 8, // 8 min messageSendTimeout: 1000 * 60 * 8, // 8 min
messageReceiptTimeout: 1000 * 60 * 20, // 20 min messageReceiptTimeout: 1000 * 60 * 20, // 20 min
connectionType: ConnectionType.Http, connectionType: ConnectionType.HttpQuorum,
}, },
}; };
@ -32,7 +32,7 @@ export const releaseCandidate: HelloWorldConfig<MainnetChains> = {
kathy: { kathy: {
docker: { docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: 'sha-0d76398', tag: 'sha-dcc84ea',
}, },
chainsToSkip: [], chainsToSkip: [],
runEnv: environment, runEnv: environment,
@ -42,7 +42,7 @@ export const releaseCandidate: HelloWorldConfig<MainnetChains> = {
}, },
messageSendTimeout: 1000 * 60 * 8, // 8 min messageSendTimeout: 1000 * 60 * 8, // 8 min
messageReceiptTimeout: 1000 * 60 * 20, // 20 min messageReceiptTimeout: 1000 * 60 * 20, // 20 min
connectionType: ConnectionType.Http, connectionType: ConnectionType.HttpQuorum,
}, },
}; };

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

@ -12,7 +12,7 @@ export const abacus: HelloWorldConfig<TestnetChains> = {
kathy: { kathy: {
docker: { docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: 'sha-da9bc61', tag: 'sha-dcc84ea',
}, },
chainsToSkip: [], chainsToSkip: [],
runEnv: environment, runEnv: environment,
@ -32,7 +32,7 @@ export const releaseCandidate: HelloWorldConfig<TestnetChains> = {
kathy: { kathy: {
docker: { docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: 'sha-da9bc61', tag: 'sha-dcc84ea',
}, },
chainsToSkip: [], chainsToSkip: [],
runEnv: environment, runEnv: environment,

Loading…
Cancel
Save