Release new validators internally (#2390)

### Description

Updates hyperlane context mainnet2 and testnet3 validator image tags (to
whats already deployed)
pull/2400/head
Yorke Rhodes 1 year ago committed by GitHub
parent c445869793
commit feb6d2b4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      typescript/infra/config/environments/mainnet2/agent.ts
  2. 2
      typescript/infra/config/environments/testnet3/agent.ts

@ -70,7 +70,7 @@ const hyperlane: RootAgentConfig = {
validators: {
docker: {
repo,
tag: '40cc4a6-20230420-080111',
tag: '497db63-20230614-174455',
},
connectionType: AgentConnectionType.HttpQuorum,
chains: validators,

@ -74,7 +74,7 @@ const hyperlane: RootAgentConfig = {
connectionType: AgentConnectionType.HttpFallback,
docker: {
repo,
tag: '40cc4a6-20230420-080111',
tag: '497db63-20230614-174455',
},
chains: validators,
},

Loading…
Cancel
Save