chore: disable tangle for now (#4625)

### Description

Seems like they have issues with the chain / RPC

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
pull/4624/head
Trevor Porter 2 months ago committed by GitHub
parent ca86da4718
commit 27a0552938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      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,

Loading…
Cancel
Save