Skip to content

Commit

Permalink
Deploy agents
Browse files Browse the repository at this point in the history
  • Loading branch information
nambrot committed Oct 20, 2023
1 parent aad2f61 commit 6769f55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions typescript/infra/config/environments/testnet4/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'cfaf553-20231009-174623',
tag: '65ac90a-20231020-192310',
},
blacklist: [
...releaseCandidateHelloworldMatchingList,
Expand All @@ -66,15 +66,15 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'cfaf553-20231009-174623',
tag: '65ac90a-20231020-192310',
},
chains: validatorChainConfig(Contexts.Hyperlane),
},
scraper: {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'cfaf553-20231009-174623',
tag: '65ac90a-20231020-192310',
},
},
};
Expand Down

0 comments on commit 6769f55

Please sign in to comment.