From a9665b9923f5da082a0599ec80073e6a143d192c Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Tue, 5 Dec 2023 10:12:43 +0000 Subject: [PATCH] Deploy polygon gas fix to v2 (#3015) ### Description Deploys to include https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/2974 ### Drive-by changes ### Related issues ### Backward compatibility ### Testing --- typescript/infra/config/environments/mainnet2/agent.ts | 2 +- typescript/infra/config/environments/testnet3/agent.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/infra/config/environments/mainnet2/agent.ts b/typescript/infra/config/environments/mainnet2/agent.ts index f104a10fe1..16012106bd 100644 --- a/typescript/infra/config/environments/mainnet2/agent.ts +++ b/typescript/infra/config/environments/mainnet2/agent.ts @@ -127,7 +127,7 @@ const hyperlane: RootAgentConfig = { connectionType: AgentConnectionType.HttpFallback, docker: { repo, - tag: '35fdc74-20230913-104940', + tag: '125a197-20231204-113659', }, blacklist: [ ...releaseCandidateHelloworldMatchingList, diff --git a/typescript/infra/config/environments/testnet3/agent.ts b/typescript/infra/config/environments/testnet3/agent.ts index bb00fe7d97..a87c9f9cf6 100644 --- a/typescript/infra/config/environments/testnet3/agent.ts +++ b/typescript/infra/config/environments/testnet3/agent.ts @@ -95,7 +95,7 @@ const hyperlane: RootAgentConfig = { connectionType: AgentConnectionType.HttpFallback, docker: { repo, - tag: '35fdc74-20230913-104940', + tag: '125a197-20231204-113659', }, blacklist: [ ...releaseCandidateHelloworldMatchingList,