From cbf9989d730bf84c31ea769502783e374f062c44 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Wed, 11 Oct 2023 17:04:58 +0100 Subject: [PATCH] Stop running proteustestnet agents (#2794) ### Description - Rpc urls are super flaky, stopping the validators and relayer support - Keeping proteustestnet artifacts / chain metadata for now ### Drive-by changes ### Related issues ### Backward compatibility ### Testing --- typescript/infra/config/environments/testnet3/agent.ts | 3 --- typescript/infra/config/environments/testnet3/chains.ts | 6 +----- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/typescript/infra/config/environments/testnet3/agent.ts b/typescript/infra/config/environments/testnet3/agent.ts index 3e7c3ee660..bb00fe7d97 100644 --- a/typescript/infra/config/environments/testnet3/agent.ts +++ b/typescript/infra/config/environments/testnet3/agent.ts @@ -118,9 +118,6 @@ const hyperlane: RootAgentConfig = { [chainMetadata.solanadevnet.name]: { tag: '79bad9d-20230706-190752', }, - [chainMetadata.proteustestnet.name]: { - tag: 'c7c44b2-20230811-133851', - }, }, chains: validatorChainConfig(Contexts.Hyperlane), }, diff --git a/typescript/infra/config/environments/testnet3/chains.ts b/typescript/infra/config/environments/testnet3/chains.ts index 0490b0cbfc..c25d3a3953 100644 --- a/typescript/infra/config/environments/testnet3/chains.ts +++ b/typescript/infra/config/environments/testnet3/chains.ts @@ -42,11 +42,7 @@ export const ethereumChainNames = Object.keys( export const environment = 'testnet3'; -const validatorChainNames = [ - ...supportedChainNames, - chainMetadata.proteustestnet.name, -]; - +const validatorChainNames = supportedChainNames; const relayerChainNames = validatorChainNames; export const agentChainNames: AgentChainNames = {