Skip to content

Commit

Permalink
feat: Enable Solana and Eclipse in Scraper (hyperlane-xyz#4984)
Browse files Browse the repository at this point in the history
### Description

Enable Solana and Eclipse in Scraper.

We don't relay messages in Solana and Eclipse testnets, so, we don't
enable these testnets in Scraper.

### Related issues

- Fixes hyperlane-xyz#4274

### Backward compatibility

Yes

### Testing

E2E Ethereum and Sealevel test

Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
  • Loading branch information
2 people authored and tiendn committed Jan 11, 2025
1 parent 73c2188 commit c6e08d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,7 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
degenchain: true,
dogechain: true,
duckchain: true,
// Cannot scrape Sealevel chains
eclipsemainnet: false,
eclipsemainnet: true,
endurance: true,
ethereum: true,
everclear: true,
Expand Down Expand Up @@ -328,8 +327,7 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
sei: true,
shibarium: true,
snaxchain: true,
// Cannot scrape Sealevel chains
solanamainnet: false,
solanamainnet: true,
stride: true,
superseed: true,
superpositionmainnet: true,
Expand Down
2 changes: 0 additions & 2 deletions typescript/infra/config/environments/testnet4/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
citreatestnet: true,
connextsepolia: false,
ecotestnet: true,
// Cannot scrape non-EVM chains
eclipsetestnet: false,
formtestnet: true,
fuji: true,
Expand All @@ -135,7 +134,6 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
polygonamoy: true,
scrollsepolia: true,
sepolia: true,
// Cannot scrape non-EVM chains
solanatestnet: false,
soneiumtestnet: true,
sonictestnet: true,
Expand Down

0 comments on commit c6e08d7

Please sign in to comment.