chore: deploy new relayer (#4805)

### Description

Deployed a new relayer to get access to #4693

### 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/4810/head
Trevor Porter 3 weeks ago committed by GitHub
parent db5875cc22
commit 6dd7fc6211
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: '45399a3-20241025-210128',
tag: 'db5875c-20241101-223033',
},
gasPaymentEnforcement: gasPaymentEnforcement,
metricAppContexts,

Loading…
Cancel
Save