Skip to content

Commit

Permalink
fix: Release Scraper with revert of new SeaORM (#5036)
Browse files Browse the repository at this point in the history
### Description

Release Scraper with revert of new SeaORM.

We shall add indexes for searching interchain gas payments and delivered
messages by sequence and bring back new version of SeaORM.

### Drive-by change

Disabled arcadiatestnet2 while their RPC is down to allow Scraper to
start

### Backward compatibility

Yes

### Testing

E2E tests on code change

---------

Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
  • Loading branch information
ameten and ameten authored Dec 18, 2024
1 parent d84d8da commit 4340e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -566,7 +566,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '05e90bc-20241216-180035',
tag: 'd84d8da-20241217-172447',
},
resources: scraperResources,
},
Expand Down
4 changes: 2 additions & 2 deletions typescript/infra/config/environments/testnet4/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
alephzeroevmtestnet: true,
alfajores: true,
arbitrumsepolia: true,
arcadiatestnet2: true,
arcadiatestnet2: false,
basesepolia: true,
berabartio: true,
bsctestnet: true,
Expand Down Expand Up @@ -250,7 +250,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '4b280cd-20241206-130519',
tag: 'd84d8da-20241217-172447',
},
resources: scraperResources,
},
Expand Down

0 comments on commit 4340e87

Please sign in to comment.