Skip to content

Commit 7275828

Browse files
authored
feat(release): Upgrade scraper to latest version (#5230)
### Description Upgrade scraper to latest version. Scraper won't crash if a single RPC is unstable. It will report a critical error. ### Backward compatibility Yes ### Testing Deployment Co-authored-by: Danil Nemirovsky <[email protected]>
1 parent 5399fe3 commit 7275828

File tree

1 file changed

+1
-1
lines changed
  • typescript/infra/config/environments/mainnet3

1 file changed

+1
-1
lines changed

typescript/infra/config/environments/mainnet3/agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ const hyperlane: RootAgentConfig = {
678678
rpcConsensusType: RpcConsensusType.Fallback,
679679
docker: {
680680
repo,
681-
tag: '95deca3-20250120-103609',
681+
tag: '359ce5d-20250121-133827',
682682
},
683683
resources: scraperResources,
684684
},

0 commit comments

Comments
 (0)