From 4adeb2a289c3c6ce54afc0b70445c17bbfacef30 Mon Sep 17 00:00:00 2001 From: Daniel Savu <23065004+daniel-savu@users.noreply.github.com> Date: Mon, 10 Feb 2025 21:29:49 +0000 Subject: [PATCH] chore: bump relayer image (#5425) to include fixes from https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/5401 and https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/5416 --- 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 928854fa77..9889fd0cec 100644 --- a/typescript/infra/config/environments/mainnet3/agent.ts +++ b/typescript/infra/config/environments/mainnet3/agent.ts @@ -679,7 +679,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '0f0161d-20250206-001154', + tag: 'dfd9e9f-20250210-191957', }, blacklist, gasPaymentEnforcement: gasPaymentEnforcement, @@ -714,7 +714,7 @@ const releaseCandidate: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '0f0161d-20250206-001154', + tag: 'dfd9e9f-20250210-191957', }, blacklist, // We're temporarily (ab)using the RC relayer as a way to increase