Skip to content

Commit

Permalink
Deploy testnet4 agents to include validator signing fix (#2838)
Browse files Browse the repository at this point in the history
### Description

Deploy to include #2836

### Drive-by changes

n/a

### Related issues
n/a

### Backward compatibility

yes

### Testing

deployed
  • Loading branch information
tkporter authored Oct 24, 2023
1 parent 88346bf commit 1aed36b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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: '65ac90a-20231020-192310',
tag: 'fd890d2-20231024-132022',
},
blacklist: [
...releaseCandidateHelloworldMatchingList,
Expand All @@ -66,15 +66,15 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '65ac90a-20231020-192310',
tag: 'fd890d2-20231024-132022',
},
chains: validatorChainConfig(Contexts.Hyperlane),
},
scraper: {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '65ac90a-20231020-192310',
tag: 'fd890d2-20231024-132022',
},
},
};
Expand All @@ -87,7 +87,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'cfaf553-20231009-174623',
tag: 'fd890d2-20231024-132022',
},
whitelist: [...releaseCandidateHelloworldMatchingList],
gasPaymentEnforcement,
Expand All @@ -100,7 +100,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'cfaf553-20231009-174623',
tag: 'fd890d2-20231024-132022',
},
chains: validatorChainConfig(Contexts.ReleaseCandidate),
},
Expand Down

0 comments on commit 1aed36b

Please sign in to comment.