Skip to content

Commit

Permalink
update agents
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalaji committed Jan 10, 2025
1 parent 53fafa6 commit c2f4804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'df9c1ed-20250109-151923',
tag: '53fafa6-20250110-125541',
},
blacklist,
gasPaymentEnforcement: gasPaymentEnforcement,
Expand All @@ -661,7 +661,7 @@ const hyperlane: RootAgentConfig = {
validators: {
docker: {
repo,
tag: '706f69b-20250107-230151',
tag: '53fafa6-20250110-125541',
},
rpcConsensusType: RpcConsensusType.Quorum,
chains: validatorChainConfig(Contexts.Hyperlane),
Expand All @@ -671,7 +671,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '706f69b-20250107-230151',
tag: '53fafa6-20250110-125541',
},
resources: scraperResources,
},
Expand Down

0 comments on commit c2f4804

Please sign in to comment.