Skip to content

Commit

Permalink
chore: new relayer images (#5157)
Browse files Browse the repository at this point in the history
### Description

To include the changes from
#5100
  • Loading branch information
daniel-savu authored Jan 13, 2025
1 parent abb5a8b commit 26ec628
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 @@ -652,7 +652,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '53fafa6-20250110-125541',
tag: 'abb5a8b-20250113-122226',
},
blacklist,
gasPaymentEnforcement: gasPaymentEnforcement,
Expand Down Expand Up @@ -687,7 +687,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'df9c1ed-20250109-151923',
tag: 'abb5a8b-20250113-122226',
},
blacklist,
// We're temporarily (ab)using the RC relayer as a way to increase
Expand Down

0 comments on commit 26ec628

Please sign in to comment.