diff --git a/typescript/infra/config/environments/mainnet3/agent.ts b/typescript/infra/config/environments/mainnet3/agent.ts index be7f84bd09..c98fd6bc4f 100644 --- a/typescript/infra/config/environments/mainnet3/agent.ts +++ b/typescript/infra/config/environments/mainnet3/agent.ts @@ -658,7 +658,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '62702d3-20250121-002648', + tag: '09e1d5b-20250121-214732', }, blacklist, gasPaymentEnforcement: gasPaymentEnforcement, @@ -693,7 +693,7 @@ const releaseCandidate: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '7546c01-20250120-171540', + tag: '09e1d5b-20250121-214732', }, blacklist, // We're temporarily (ab)using the RC relayer as a way to increase @@ -727,7 +727,7 @@ const neutron: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '234704d-20241226-192528', + tag: '09e1d5b-20250121-214732', }, blacklist, gasPaymentEnforcement,