From 4dfba867a10d61daf3843d19bc3c3ab605c0bd8a Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Fri, 23 Sep 2022 22:02:13 +0100 Subject: [PATCH] Deploy key funder and kathy (#1113) --- typescript/infra/config/environments/mainnet/funding.ts | 4 ++-- .../infra/config/environments/mainnet/helloworld.ts | 8 ++++---- typescript/infra/config/environments/testnet2/funding.ts | 2 +- .../infra/config/environments/testnet2/helloworld.ts | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/typescript/infra/config/environments/mainnet/funding.ts b/typescript/infra/config/environments/mainnet/funding.ts index 8c198c7d6..0bddb50c4 100644 --- a/typescript/infra/config/environments/mainnet/funding.ts +++ b/typescript/infra/config/environments/mainnet/funding.ts @@ -8,7 +8,7 @@ import { environment } from './chains'; export const keyFunderConfig: KeyFunderConfig = { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: 'sha-0d76398', + tag: 'sha-dcc84ea', }, cronSchedule: '45 * * * *', // Every hour at the 45 minute mark namespace: environment, @@ -19,5 +19,5 @@ export const keyFunderConfig: KeyFunderConfig = { [Contexts.Abacus]: [KEY_ROLE_ENUM.Relayer, KEY_ROLE_ENUM.Kathy], [Contexts.ReleaseCandidate]: [KEY_ROLE_ENUM.Relayer, KEY_ROLE_ENUM.Kathy], }, - connectionType: ConnectionType.Http, + connectionType: ConnectionType.HttpQuorum, }; diff --git a/typescript/infra/config/environments/mainnet/helloworld.ts b/typescript/infra/config/environments/mainnet/helloworld.ts index 5d0b6420f..10003c4cc 100644 --- a/typescript/infra/config/environments/mainnet/helloworld.ts +++ b/typescript/infra/config/environments/mainnet/helloworld.ts @@ -12,7 +12,7 @@ export const abacus: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: 'sha-0d76398', + tag: 'sha-dcc84ea', }, chainsToSkip: [], runEnv: environment, @@ -23,7 +23,7 @@ export const abacus: HelloWorldConfig = { }, messageSendTimeout: 1000 * 60 * 8, // 8 min messageReceiptTimeout: 1000 * 60 * 20, // 20 min - connectionType: ConnectionType.Http, + connectionType: ConnectionType.HttpQuorum, }, }; @@ -32,7 +32,7 @@ export const releaseCandidate: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: 'sha-0d76398', + tag: 'sha-dcc84ea', }, chainsToSkip: [], runEnv: environment, @@ -42,7 +42,7 @@ export const releaseCandidate: HelloWorldConfig = { }, messageSendTimeout: 1000 * 60 * 8, // 8 min messageReceiptTimeout: 1000 * 60 * 20, // 20 min - connectionType: ConnectionType.Http, + connectionType: ConnectionType.HttpQuorum, }, }; diff --git a/typescript/infra/config/environments/testnet2/funding.ts b/typescript/infra/config/environments/testnet2/funding.ts index 5c775969f..0bddb50c4 100644 --- a/typescript/infra/config/environments/testnet2/funding.ts +++ b/typescript/infra/config/environments/testnet2/funding.ts @@ -8,7 +8,7 @@ import { environment } from './chains'; export const keyFunderConfig: KeyFunderConfig = { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: 'sha-da9bc61', + tag: 'sha-dcc84ea', }, cronSchedule: '45 * * * *', // Every hour at the 45 minute mark namespace: environment, diff --git a/typescript/infra/config/environments/testnet2/helloworld.ts b/typescript/infra/config/environments/testnet2/helloworld.ts index 83ee4c09a..522d62515 100644 --- a/typescript/infra/config/environments/testnet2/helloworld.ts +++ b/typescript/infra/config/environments/testnet2/helloworld.ts @@ -12,7 +12,7 @@ export const abacus: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: 'sha-da9bc61', + tag: 'sha-dcc84ea', }, chainsToSkip: [], runEnv: environment, @@ -32,7 +32,7 @@ export const releaseCandidate: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: 'sha-da9bc61', + tag: 'sha-dcc84ea', }, chainsToSkip: [], runEnv: environment,