@hyperlane-xyz/cli
Version:
A command-line utility for common Hyperlane operations
8 lines • 339 B
TypeScript
import { CommandContext } from '../context/types.js';
export declare function runKurtosisAgentDeploy({ context, originChain, relayChains, agentConfigurationPath, }: {
context: CommandContext;
originChain?: string;
relayChains?: string;
agentConfigurationPath?: string;
}): Promise<void>;
//# sourceMappingURL=agent.d.ts.map