From 27a0552938bafd7081a844da805aee839e040b82 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Fri, 4 Oct 2024 11:16:30 +0100 Subject: [PATCH] chore: disable tangle for now (#4625) ### Description Seems like they have issues with the chain / RPC ### Drive-by changes ### Related issues ### Backward compatibility ### Testing --- typescript/infra/config/environments/mainnet3/agent.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/typescript/infra/config/environments/mainnet3/agent.ts b/typescript/infra/config/environments/mainnet3/agent.ts index 20bae5623..04d2e99fa 100644 --- a/typescript/infra/config/environments/mainnet3/agent.ts +++ b/typescript/infra/config/environments/mainnet3/agent.ts @@ -107,7 +107,7 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig< shibarium: true, solanamainnet: true, taiko: true, - tangle: true, + tangle: false, viction: true, worldchain: true, xai: true, @@ -171,7 +171,7 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig< shibarium: true, solanamainnet: true, taiko: true, - tangle: true, + tangle: false, viction: true, worldchain: true, xai: true, @@ -241,7 +241,7 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig< // Cannot scrape non-EVM chains solanamainnet: false, taiko: true, - tangle: true, + tangle: false, // Has RPC non-compliance that breaks scraping. viction: false, worldchain: true,