Skip to content

Commit 34f61aa

Browse files
committed
fix: remove neutron context skip from RPC rotation
1 parent 4aedf30 commit 34f61aa

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

typescript/infra/src/utils/rpcUrls.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { ethers } from 'ethers';
66
import { ChainName } from '@hyperlane-xyz/sdk';
77
import { ProtocolType, timeout } from '@hyperlane-xyz/utils';
88

9-
import { Contexts } from '../../config/contexts.js';
109
import { getChain } from '../../config/registry.js';
1110
import { getEnvironmentConfig } from '../../scripts/core-utils.js';
1211
import {
@@ -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
}

0 commit comments

Comments
 (0)