Skip to content

Commit

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

Upgrade Scraper

### Related issues

- Contributes into
#4271

### Backward compatibility

Yes

### Testing

E2E Ethereum and Sealevel test

Co-authored-by: Danil Nemirovsky <[email protected]>
  • Loading branch information
ameten and ameten authored Dec 6, 2024
1 parent 4b280cd commit aeb2596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -488,7 +488,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'a7f3967-20241205-163733',
tag: '4b280cd-20241206-130519',
},
resources: scraperResources,
},
Expand Down
2 changes: 1 addition & 1 deletion typescript/infra/config/environments/testnet4/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'a65422d-20241204-225119',
tag: '4b280cd-20241206-130519',
},
resources: scraperResources,
},
Expand Down

0 comments on commit aeb2596

Please sign in to comment.