From ebcc119a3466be2ff5b879edbbe258659a7c5f14 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Tue, 14 Jan 2025 10:49:48 +0000 Subject: [PATCH] feat: scrape SOON (#5165) ### Description - Scrapes SOON - Temporarily disabling Neutron due to a chain stall and RPC issues there that cause the scraper to panic upon startup ### Drive-by changes ### Related issues ### Backward compatibility ### Testing --- typescript/infra/config/environments/mainnet3/agent.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/typescript/infra/config/environments/mainnet3/agent.ts b/typescript/infra/config/environments/mainnet3/agent.ts index 19b331cd90..d143d5849c 100644 --- a/typescript/infra/config/environments/mainnet3/agent.ts +++ b/typescript/infra/config/environments/mainnet3/agent.ts @@ -374,7 +374,8 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig< moonbeam: true, morph: true, nero: true, - neutron: true, + // Jan 14th - temporarily disabled while Neutron chain is down and RPCs give issues, causing scraper startup problems + neutron: false, oortmainnet: true, optimism: true, orderly: true, @@ -397,7 +398,7 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig< solanamainnet: true, soneium: true, sonic: true, - soon: false, + soon: true, stride: true, // subtensor: true, superseed: true, @@ -672,7 +673,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '53fafa6-20250110-125541', + tag: 'd365e55-20250114-011047', }, resources: scraperResources, },