Skip to content

Commit

Permalink
chore: re-enable Neutron scraping (#5179)
Browse files Browse the repository at this point in the history
### Description

- The chain is back, scraping it again now after its removal in #5165 

### 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 15, 2025
1 parent d781310 commit af0dd49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit af0dd49

Please sign in to comment.