From 0ed4e8440608760238f21c5fb86b028a1cf623d1 Mon Sep 17 00:00:00 2001 From: Mattie Conover Date: Mon, 26 Jun 2023 11:04:09 -0700 Subject: [PATCH] Deployed scraper (#2432) ### Description Updated the scraper to fix a metric issue. ### Drive-by changes None ### Related issues ### Backward compatibility _Are these changes backward compatible?_ Yes _Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling?_ None ### Testing _What kind of testing have these changes undergone?_ Manual --- 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 d87e7087c..f3e938706 100644 --- a/typescript/infra/config/environments/mainnet2/agent.ts +++ b/typescript/infra/config/environments/mainnet2/agent.ts @@ -79,7 +79,7 @@ const hyperlane: RootAgentConfig = { connectionType: AgentConnectionType.HttpFallback, docker: { repo, - tag: 'b75cfc4-20230612-195825', + tag: 'aaddba7-20230620-154941', }, }, }; diff --git a/typescript/infra/config/environments/testnet3/agent.ts b/typescript/infra/config/environments/testnet3/agent.ts index 7bfc99dbb..afbef5c10 100644 --- a/typescript/infra/config/environments/testnet3/agent.ts +++ b/typescript/infra/config/environments/testnet3/agent.ts @@ -82,7 +82,7 @@ const hyperlane: RootAgentConfig = { connectionType: AgentConnectionType.HttpFallback, docker: { repo, - tag: '2deb9b8-20230602-205342', + tag: 'aaddba7-20230620-154941', }, }, };