Skip to content

Commit

Permalink
chore: bump relayer image (#5425)
Browse files Browse the repository at this point in the history
to include fixes from
#5401 and
#5416
  • Loading branch information
daniel-savu authored Feb 10, 2025
1 parent dfd9e9f commit 4adeb2a
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 @@ -679,7 +679,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '0f0161d-20250206-001154',
tag: 'dfd9e9f-20250210-191957',
},
blacklist,
gasPaymentEnforcement: gasPaymentEnforcement,
Expand Down Expand Up @@ -714,7 +714,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '0f0161d-20250206-001154',
tag: 'dfd9e9f-20250210-191957',
},
blacklist,
// We're temporarily (ab)using the RC relayer as a way to increase
Expand Down

0 comments on commit 4adeb2a

Please sign in to comment.