From f8b33d1270b06670594100685fc346d504229967 Mon Sep 17 00:00:00 2001 From: Daniel Savu <23065004+daniel-savu@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:34:44 +0100 Subject: [PATCH] chore: update deployed relayer image (#4088) ### 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 c4bf58b477..1418d800f0 100644 --- a/typescript/infra/config/environments/mainnet3/agent.ts +++ b/typescript/infra/config/environments/mainnet3/agent.ts @@ -251,7 +251,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '9535087-20240623-174819', + tag: '4cc9327-20240701-214057', }, gasPaymentEnforcement: gasPaymentEnforcement, metricAppContexts, @@ -285,7 +285,7 @@ const releaseCandidate: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '9535087-20240623-174819', + tag: '4cc9327-20240701-214057', }, // We're temporarily (ab)using the RC relayer as a way to increase // message throughput.