Skip to content

Commit

Permalink
chore: update deployed relayer image (#4088)
Browse files Browse the repository at this point in the history
### 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
-->
  • Loading branch information
daniel-savu authored Jul 2, 2024
1 parent 4cc9327 commit f8b33d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '9535087-20240623-174819',
tag: '4cc9327-20240701-214057',
},
gasPaymentEnforcement: gasPaymentEnforcement,
metricAppContexts,
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit f8b33d1

Please sign in to comment.