Skip to content

Commit

Permalink
feat: Upgrade Scraper so that it stores input data for Ethereum trans…
Browse files Browse the repository at this point in the history
…actions (#4796)

### Description

Upgrade Scraper so that it stores input data for Ethereum transactions

### Related issues

- Fixes #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>
  • Loading branch information
ameten and ameten authored Oct 31, 2024
1 parent 38bd1ae commit fa06690
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 @@ -484,7 +484,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '45399a3-20241025-210128',
tag: '38bd1ae-20241031-125333',
},
resources: scraperResources,
},
Expand Down

0 comments on commit fa06690

Please sign in to comment.