chore: recent relayer deploy (#4867)

### Description

- Deployed the relayer to include
https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/4858

### 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/4713/merge
Trevor Porter 4 days ago committed by GitHub
parent 0e285a4433
commit 515980e627
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      typescript/infra/config/environments/mainnet3/agent.ts

@ -409,7 +409,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '75d62ae-20241107-060707',
tag: '25a927d-20241114-171323',
},
gasPaymentEnforcement: gasPaymentEnforcement,
metricAppContextsGetter,
@ -443,7 +443,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '75d62ae-20241107-060707',
tag: '25a927d-20241114-171323',
},
// We're temporarily (ab)using the RC relayer as a way to increase
// message throughput.
@ -476,7 +476,7 @@ const neutron: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '75d62ae-20241107-060707',
tag: '25a927d-20241114-171323',
},
gasPaymentEnforcement,
metricAppContextsGetter,

Loading…
Cancel
Save