Skip to content

Commit

Permalink
fix: Disable Eclipse in Scraper until we get archival RPC endpoint (#…
Browse files Browse the repository at this point in the history
…4986)

### Description

Disable Eclipse in Scraper until we get archival RPC endpoint

### Related issues

- Contributes into
#4274

### Backward compatibility

Yes

### Testing

No testing since it is a config change

---------

Co-authored-by: Danil Nemirovsky <[email protected]>
  • Loading branch information
ameten and ameten authored Dec 11, 2024
1 parent 4d342db commit 17ecb97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
degenchain: true,
dogechain: true,
duckchain: true,
eclipsemainnet: true,
// Disabled until we get archival RPC for Eclipse
eclipsemainnet: false,
endurance: true,
ethereum: true,
everclear: true,
Expand Down

0 comments on commit 17ecb97

Please sign in to comment.