feat: Upgrade Scraper: Store origin, destination, interchain_gas_paymaster and sequence (#4938)

### Description

Upgrade Scraper: Store origin, destination, interchain_gas_paymaster and
sequence

### Related issues

- Contributes
https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/4271

### Backward compatibility

Yes

### Testing

E2E Ethereum and Sealevel test (no regression)

Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
pull/4812/merge
Danil Nemirovsky 2 days ago committed by GitHub
parent ae2c3a870b
commit 9e9465e1bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      typescript/infra/config/environments/mainnet3/agent.ts

@ -479,7 +479,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'a94c50f-20241202-154226',
tag: 'ae2c3a8-20241203-123123',
},
resources: scraperResources,
},

Loading…
Cancel
Save