From f07aee6a92100cc2984cfb4bb2e1cf351382cadc Mon Sep 17 00:00:00 2001 From: Daniel Savu <23065004+daniel-savu@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:51:51 +0000 Subject: [PATCH] chore: bump relayer image (#4954) ### Description ### Drive-by changes ### Related issues ### Backward compatibility ### Testing --- 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 6f85eae902..97cb38f595 100644 --- a/typescript/infra/config/environments/mainnet3/agent.ts +++ b/typescript/infra/config/environments/mainnet3/agent.ts @@ -460,7 +460,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'd0e53f5-20241203-171412', + tag: '4cb2c9a-20241205-142854', }, gasPaymentEnforcement: gasPaymentEnforcement, metricAppContextsGetter, @@ -494,7 +494,7 @@ const releaseCandidate: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'd0e53f5-20241203-171412', + tag: '4cb2c9a-20241205-142854', }, // We're temporarily (ab)using the RC relayer as a way to increase // message throughput.