chore: update relayer image (#4815)

### 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/4825/head
Daniel Savu 2 weeks ago committed by GitHub
parent 7b3b07900c
commit 1574a3f2b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      typescript/infra/config/environments/mainnet3/agent.ts

@ -465,7 +465,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'db5875c-20241101-223033',
tag: '0772863-20241105-145942',
},
gasPaymentEnforcement: gasPaymentEnforcement,
metricAppContexts,

Loading…
Cancel
Save