feat: Upgrade Scraper (#4664)

### Description

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

### Related issues

https://github.com/hyperlane-xyz/hyperlane-monorepo/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>
pull/4649/merge
Danil Nemirovsky 1 month ago committed by GitHub
parent 8001bbbd68
commit 6b705d09e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      typescript/infra/config/environments/mainnet3/agent.ts

@ -428,7 +428,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '3254472-20241009-111928',
tag: '8001bbb-20241010-143553',
},
resources: scraperResources,
},

Loading…
Cancel
Save