Skip to content

Commit

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

Re-enable Eclipse in Scraper

### Related issues

- Contributes into
hyperlane-xyz#4271

### Backward compatibility

Yes

### Testing

None (config change)

Co-authored-by: Danil Nemirovsky <[email protected]>
  • Loading branch information
2 people authored and tiendn committed Jan 11, 2025
1 parent 5cecd3e commit 82dca9c
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 82dca9c

Please sign in to comment.