From af0dd49a677c86e043e6d720431be07a9936932d Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Wed, 15 Jan 2025 11:56:33 +0000 Subject: [PATCH] chore: re-enable Neutron scraping (#5179) ### Description - The chain is back, scraping it again now after its removal in #5165 ### Drive-by changes ### Related issues ### Backward compatibility ### Testing --- typescript/infra/config/environments/mainnet3/agent.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/typescript/infra/config/environments/mainnet3/agent.ts b/typescript/infra/config/environments/mainnet3/agent.ts index d143d5849c..d2bf764c7c 100644 --- a/typescript/infra/config/environments/mainnet3/agent.ts +++ b/typescript/infra/config/environments/mainnet3/agent.ts @@ -374,8 +374,7 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig< moonbeam: true, morph: true, nero: true, - // Jan 14th - temporarily disabled while Neutron chain is down and RPCs give issues, causing scraper startup problems - neutron: false, + neutron: true, oortmainnet: true, optimism: true, orderly: true,