Skip to content

Commit

Permalink
Stop running proteustestnet agents (#2794)
Browse files Browse the repository at this point in the history
### Description

- Rpc urls are super flaky, stopping the validators and relayer support
- Keeping proteustestnet artifacts / chain metadata for now

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
  • Loading branch information
tkporter authored Oct 11, 2023
1 parent 825ce29 commit cbf9989
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions typescript/infra/config/environments/testnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
},
Expand Down
6 changes: 1 addition & 5 deletions typescript/infra/config/environments/testnet3/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit cbf9989

Please sign in to comment.