Skip to content

Commit

Permalink
fix: Re-enable Eclipse in Scraper (#4988)
Browse files Browse the repository at this point in the history
### Description

Re-enable Eclipse in Scraper

### Related issues

- Contributes into
#4271

### Backward compatibility

Yes

### Testing

None (config change)

Co-authored-by: Danil Nemirovsky <[email protected]>
  • Loading branch information
ameten and ameten authored Dec 12, 2024
1 parent 07ffbbe commit 629b2bc
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 @@ -276,8 +276,7 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
degenchain: true,
dogechain: true,
duckchain: true,
// Disabled until we get archival RPC for Eclipse
eclipsemainnet: false,
eclipsemainnet: true,
endurance: true,
ethereum: true,
everclear: true,
Expand Down

0 comments on commit 629b2bc

Please sign in to comment.