Skip to content

Commit

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

Scraper becomes aware of new field `sequence` in `delivered_message`
table.

### Related issues

- Contributes into
#4271

### Backward compatibility

Yes

### Testing

Manual

Co-authored-by: Danil Nemirovsky <[email protected]>
  • Loading branch information
ameten and ameten authored Dec 2, 2024
1 parent a94c50f commit 95f1a97
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 @@ -479,7 +479,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'b35c105-20241128-172842',
tag: 'a94c50f-20241202-154226',
},
resources: scraperResources,
},
Expand Down

0 comments on commit 95f1a97

Please sign in to comment.