chore: bump agent docker images (#3999)

### Description

<!--
What's included in this PR?
-->

### 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

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
pull/4010/head
Daniel Savu 5 months ago committed by GitHub
parent 3bb9d0a767
commit 030eaf1204
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      typescript/infra/config/environments/mainnet3/agent.ts
  2. 8
      typescript/infra/config/environments/testnet4/agent.ts

@ -223,7 +223,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '59451d6-20240612-171611',
tag: '3bb9d0a-20240619-130157',
},
gasPaymentEnforcement: gasPaymentEnforcement,
metricAppContexts,
@ -231,7 +231,7 @@ const hyperlane: RootAgentConfig = {
validators: {
docker: {
repo,
tag: '47fbe58-20240617-173324',
tag: '3bb9d0a-20240619-130157',
},
rpcConsensusType: RpcConsensusType.Quorum,
chains: validatorChainConfig(Contexts.Hyperlane),
@ -254,7 +254,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '939fa81-20240607-194607',
tag: '3bb9d0a-20240619-130157',
},
// We're temporarily (ab)using the RC relayer as a way to increase
// message throughput.
@ -265,7 +265,7 @@ const releaseCandidate: RootAgentConfig = {
validators: {
docker: {
repo,
tag: '47fbe58-20240617-173324',
tag: '3bb9d0a-20240619-130157',
},
rpcConsensusType: RpcConsensusType.Quorum,
chains: validatorChainConfig(Contexts.ReleaseCandidate),

@ -98,7 +98,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'c9c5d37-20240510-014327',
tag: '3bb9d0a-20240619-130157',
},
blacklist: [
...releaseCandidateHelloworldMatchingList,
@ -127,7 +127,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'e09a360-20240520-090014',
tag: '3bb9d0a-20240619-130157',
},
chains: validatorChainConfig(Contexts.Hyperlane),
},
@ -149,7 +149,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'c9c5d37-20240510-014327',
tag: '3bb9d0a-20240619-130157',
},
whitelist: [...releaseCandidateHelloworldMatchingList],
gasPaymentEnforcement,
@ -159,7 +159,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'c9c5d37-20240510-014327',
tag: '3bb9d0a-20240619-130157',
},
chains: validatorChainConfig(Contexts.ReleaseCandidate),
},

Loading…
Cancel
Save