Skip to content

Commit

Permalink
feat: scrape SOON (#5165)
Browse files Browse the repository at this point in the history
### 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

<!--
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
-->
  • Loading branch information
tkporter authored Jan 14, 2025
1 parent 0c726fe commit ebcc119
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -397,7 +398,7 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
solanamainnet: true,
soneium: true,
sonic: true,
soon: false,
soon: true,
stride: true,
// subtensor: true,
superseed: true,
Expand Down Expand Up @@ -672,7 +673,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '53fafa6-20250110-125541',
tag: 'd365e55-20250114-011047',
},
resources: scraperResources,
},
Expand Down

0 comments on commit ebcc119

Please sign in to comment.