feat: Upgrade Scraper so that it stores input data for Ethereum transactions (#4796)

### Description

Upgrade Scraper so that it stores input data for Ethereum transactions

### Related issues

- Fixes https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/4778

### Backward compatibility

Yes

### Testing

Manual run of Scraper with local database
Manual run of Scraper with db restored from production backup

Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
pull/4797/head
Danil Nemirovsky 3 weeks ago committed by GitHub
parent 38bd1ae49f
commit fa06690914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      typescript/infra/config/environments/mainnet3/agent.ts

@ -484,7 +484,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '45399a3-20241025-210128',
tag: '38bd1ae-20241031-125333',
},
resources: scraperResources,
},

Loading…
Cancel
Save