Skip to content

Commit

Permalink
chore: update agent image (#4745)
Browse files Browse the repository at this point in the history
### Description

chore: update agent image

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

infra
  • Loading branch information
paulbalaji authored Oct 25, 2024
1 parent a42616f commit 2a190ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '42d6b50-20241021-155906',
tag: 'a64af8b-20241024-120818',
},
gasPaymentEnforcement: gasPaymentEnforcement,
metricAppContexts,
Expand All @@ -438,7 +438,7 @@ const hyperlane: RootAgentConfig = {
validators: {
docker: {
repo,
tag: 'efd438f-20241016-101828',
tag: 'a64af8b-20241024-120818',
},
rpcConsensusType: RpcConsensusType.Quorum,
chains: validatorChainConfig(Contexts.Hyperlane),
Expand All @@ -448,7 +448,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '42d6b50-20241021-155906',
tag: 'a64af8b-20241024-120818',
},
resources: scraperResources,
},
Expand All @@ -463,7 +463,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '42d6b50-20241021-155906',
tag: 'a64af8b-20241024-120818',
},
// We're temporarily (ab)using the RC relayer as a way to increase
// message throughput.
Expand All @@ -475,7 +475,7 @@ const releaseCandidate: RootAgentConfig = {
validators: {
docker: {
repo,
tag: '9c056c7-20240911-154357',
tag: 'a64af8b-20241024-120818',
},
rpcConsensusType: RpcConsensusType.Quorum,
chains: validatorChainConfig(Contexts.ReleaseCandidate),
Expand Down

0 comments on commit 2a190ff

Please sign in to comment.