From feb6d2b4e93c33d0cab161c3b7b3a22c190f97c3 Mon Sep 17 00:00:00 2001 From: Yorke Rhodes Date: Thu, 15 Jun 2023 13:16:23 -0400 Subject: [PATCH] Release new validators internally (#2390) ### Description Updates hyperlane context mainnet2 and testnet3 validator image tags (to whats already deployed) --- typescript/infra/config/environments/mainnet2/agent.ts | 2 +- typescript/infra/config/environments/testnet3/agent.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/infra/config/environments/mainnet2/agent.ts b/typescript/infra/config/environments/mainnet2/agent.ts index 63a36257e..d87e7087c 100644 --- a/typescript/infra/config/environments/mainnet2/agent.ts +++ b/typescript/infra/config/environments/mainnet2/agent.ts @@ -70,7 +70,7 @@ const hyperlane: RootAgentConfig = { validators: { docker: { repo, - tag: '40cc4a6-20230420-080111', + tag: '497db63-20230614-174455', }, connectionType: AgentConnectionType.HttpQuorum, chains: validators, diff --git a/typescript/infra/config/environments/testnet3/agent.ts b/typescript/infra/config/environments/testnet3/agent.ts index 1cb5fe766..7bfc99dbb 100644 --- a/typescript/infra/config/environments/testnet3/agent.ts +++ b/typescript/infra/config/environments/testnet3/agent.ts @@ -74,7 +74,7 @@ const hyperlane: RootAgentConfig = { connectionType: AgentConnectionType.HttpFallback, docker: { repo, - tag: '40cc4a6-20230420-080111', + tag: '497db63-20230614-174455', }, chains: validators, },