From 45948cded42f8c637e63f0c8382d852f81bf5ab1 Mon Sep 17 00:00:00 2001 From: Danil Nemirovsky Date: Thu, 5 Dec 2024 13:37:16 +0000 Subject: [PATCH] feat: Upgrade scraper (#4953) ### Description Upgrade scraper in testnet4 ### Related issues - Contributes to https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/4271 ### Backward compatibility Yes ### Testing Manual Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com> --- typescript/infra/config/environments/testnet4/agent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/infra/config/environments/testnet4/agent.ts b/typescript/infra/config/environments/testnet4/agent.ts index fbf6b4b885..6460b5aace 100644 --- a/typescript/infra/config/environments/testnet4/agent.ts +++ b/typescript/infra/config/environments/testnet4/agent.ts @@ -252,7 +252,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'bb4e82b-20241107-190434', + tag: 'a65422d-20241204-225119', }, resources: scraperResources, },