Skip to content

Commit

Permalink
deploy agents + update registryrc
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalaji committed Oct 4, 2024
1 parent 6f414af commit 5a24b7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .registryrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f143811876cdbfdc722f12e411c44d24a32f9d53
aac55d51dd12d825d00974f94f90ffa31a38732f
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 @@ -414,7 +414,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '1171157-20241004-115434',
tag: '6f414af-20241004-131949',
},
gasPaymentEnforcement: gasPaymentEnforcement,
metricAppContexts,
Expand All @@ -423,7 +423,7 @@ const hyperlane: RootAgentConfig = {
validators: {
docker: {
repo,
tag: '1171157-20241004-115434',
tag: '6f414af-20241004-131949',
},
rpcConsensusType: RpcConsensusType.Quorum,
chains: validatorChainConfig(Contexts.Hyperlane),
Expand All @@ -433,7 +433,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '1171157-20241004-115434',
tag: '6f414af-20241004-131949',
},
resources: scraperResources,
},
Expand Down

0 comments on commit 5a24b7c

Please sign in to comment.