Skip to content

Commit

Permalink
feat: Upgrade Scraper (#4664)
Browse files Browse the repository at this point in the history
### Description

Upgrade Scraper so that it gracefully handles blocks and transactions
which cannot be fetched or parsed.

### Related issues

#4632

### Backward compatibility

Yes

### Testing

Local E2E Tests
Local testing of Scraper
Image build after successful CI

Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
  • Loading branch information
ameten and ameten authored Oct 10, 2024
1 parent 8001bbb commit 6b705d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '3254472-20241009-111928',
tag: '8001bbb-20241010-143553',
},
resources: scraperResources,
},
Expand Down

0 comments on commit 6b705d0

Please sign in to comment.