chore: release relayers with op-queue labels (#3433)

### Description

Follow-up to
https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/3415#issue-2183782377,
to actually deploy with the labels

### 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/3444/head
Daniel Savu 8 months ago committed by GitHub
parent d90dc92b22
commit 059bc9624f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      typescript/infra/config/environments/mainnet3/agent.ts

@ -133,7 +133,7 @@ const hyperlane: RootAgentConfig = {
docker: {
repo,
// Includes Cosmos block-by-block indexing.
tag: 'ae0990a-20240313-215426',
tag: 'a72c3cf-20240314-173418',
},
gasPaymentEnforcement: [
// Temporary measure to ensure all inEVM warp route messages are delivered -
@ -191,7 +191,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'ae0990a-20240313-215426',
tag: 'a72c3cf-20240314-173418',
},
whitelist: releaseCandidateHelloworldMatchingList,
gasPaymentEnforcement,
@ -228,7 +228,7 @@ const neutron: RootAgentConfig = {
docker: {
repo,
// Includes Cosmos block-by-block indexing.
tag: 'ae0990a-20240313-215426',
tag: 'a72c3cf-20240314-173418',
},
gasPaymentEnforcement: [
{

Loading…
Cancel
Save