File tree Expand file tree Collapse file tree
typescript/infra/src/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import { ethers } from 'ethers';
66import { ChainName } from '@hyperlane-xyz/sdk' ;
77import { ProtocolType , timeout } from '@hyperlane-xyz/utils' ;
88
9- import { Contexts } from '../../config/contexts.js' ;
109import { getChain } from '../../config/registry.js' ;
1110import { getEnvironmentConfig } from '../../scripts/core-utils.js' ;
1211import {
@@ -307,10 +306,6 @@ async function selectCoreInfrastructure(
307306 const coreHelmManagers : [ string , HelmManager < any > ] [ ] = [ ] ;
308307
309308 for ( const [ context , agentConfig ] of Object . entries ( envConfig . agents ) ) {
310- if ( context === Contexts . Neutron ) {
311- continue ;
312- }
313-
314309 if ( agentConfig . relayer ) {
315310 coreHelmManagers . push ( [ context , new RelayerHelmManager ( agentConfig ) ] ) ;
316311 }
You can’t perform that action at this time.
0 commit comments