From 3222a0204bdfacac2c723ce2c78879a7130d6579 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Tue, 28 Nov 2023 10:46:37 +0000 Subject: [PATCH] Deploy relayer with polygon gas oracle fix (#2966) ### Description using image from https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/2965 ### Drive-by changes ### Related issues ### Backward compatibility ### Testing --- typescript/infra/config/environments/mainnet3/agent.ts | 2 +- typescript/infra/config/environments/testnet4/agent.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/infra/config/environments/mainnet3/agent.ts b/typescript/infra/config/environments/mainnet3/agent.ts index f190ad7731..c867c33a19 100644 --- a/typescript/infra/config/environments/mainnet3/agent.ts +++ b/typescript/infra/config/environments/mainnet3/agent.ts @@ -42,7 +42,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '1bee32a-20231121-121303', + tag: '48feaf4-20231122-200632', }, gasPaymentEnforcement, }, diff --git a/typescript/infra/config/environments/testnet4/agent.ts b/typescript/infra/config/environments/testnet4/agent.ts index 4d1019d648..cb564c7216 100644 --- a/typescript/infra/config/environments/testnet4/agent.ts +++ b/typescript/infra/config/environments/testnet4/agent.ts @@ -49,7 +49,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '1bee32a-20231121-121303', + tag: '48feaf4-20231122-200632', }, blacklist: [ ...releaseCandidateHelloworldMatchingList,