Skip to content

Commit

Permalink
chore: bump relayer image (#4954)
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 Dec 5, 2024
1 parent 4cb2c9a commit f07aee6
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 @@ -460,7 +460,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'd0e53f5-20241203-171412',
tag: '4cb2c9a-20241205-142854',
},
gasPaymentEnforcement: gasPaymentEnforcement,
metricAppContextsGetter,
Expand Down Expand Up @@ -494,7 +494,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'd0e53f5-20241203-171412',
tag: '4cb2c9a-20241205-142854',
},
// We're temporarily (ab)using the RC relayer as a way to increase
// message throughput.
Expand Down

0 comments on commit f07aee6

Please sign in to comment.