From 515980e6275d22f785ff9f91e1ef8499cae6ee1a Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Mon, 18 Nov 2024 11:54:43 +0000 Subject: [PATCH] chore: recent relayer deploy (#4867) ### Description - Deployed the relayer to include https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/4858 ### Drive-by changes ### Related issues ### Backward compatibility ### Testing --- typescript/infra/config/environments/mainnet3/agent.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/typescript/infra/config/environments/mainnet3/agent.ts b/typescript/infra/config/environments/mainnet3/agent.ts index 5accd4f46..8a2ecd7a1 100644 --- a/typescript/infra/config/environments/mainnet3/agent.ts +++ b/typescript/infra/config/environments/mainnet3/agent.ts @@ -409,7 +409,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '75d62ae-20241107-060707', + tag: '25a927d-20241114-171323', }, gasPaymentEnforcement: gasPaymentEnforcement, metricAppContextsGetter, @@ -443,7 +443,7 @@ const releaseCandidate: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '75d62ae-20241107-060707', + tag: '25a927d-20241114-171323', }, // We're temporarily (ab)using the RC relayer as a way to increase // message throughput. @@ -476,7 +476,7 @@ const neutron: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '75d62ae-20241107-060707', + tag: '25a927d-20241114-171323', }, gasPaymentEnforcement, metricAppContextsGetter,