From 26ec628085c6e83ce944c789105e5096954479c2 Mon Sep 17 00:00:00 2001 From: Daniel Savu <23065004+daniel-savu@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:29:37 +0000 Subject: [PATCH] chore: new relayer images (#5157) ### Description To include the changes from https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/5100 --- typescript/infra/config/environments/mainnet3/agent.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/infra/config/environments/mainnet3/agent.ts b/typescript/infra/config/environments/mainnet3/agent.ts index 32898263bc..19b331cd90 100644 --- a/typescript/infra/config/environments/mainnet3/agent.ts +++ b/typescript/infra/config/environments/mainnet3/agent.ts @@ -652,7 +652,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '53fafa6-20250110-125541', + tag: 'abb5a8b-20250113-122226', }, blacklist, gasPaymentEnforcement: gasPaymentEnforcement, @@ -687,7 +687,7 @@ const releaseCandidate: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'df9c1ed-20250109-151923', + tag: 'abb5a8b-20250113-122226', }, blacklist, // We're temporarily (ab)using the RC relayer as a way to increase