chore: update deployed relayer image (#4088)

### 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/4096/head
Daniel Savu 5 months ago committed by GitHub
parent 4cc9327e52
commit f8b33d1270
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      typescript/infra/config/environments/mainnet3/agent.ts

@ -251,7 +251,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '9535087-20240623-174819',
tag: '4cc9327-20240701-214057',
},
gasPaymentEnforcement: gasPaymentEnforcement,
metricAppContexts,
@ -285,7 +285,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '9535087-20240623-174819',
tag: '4cc9327-20240701-214057',
},
// We're temporarily (ab)using the RC relayer as a way to increase
// message throughput.

Loading…
Cancel
Save