@hyperlane-xyz/cli
Version:
A command-line utility for common Hyperlane operations
11 lines • 653 B
TypeScript
import { WarpCoreConfig, WarpRouteDeployConfigMailboxRequired } from '@hyperlane-xyz/sdk';
import { CommandContext } from '../context/types.js';
export declare function readWarpRouteDeployConfig(filePath: string, context: CommandContext): Promise<WarpRouteDeployConfigMailboxRequired>;
export declare function isValidWarpRouteDeployConfig(config: any): boolean;
export declare function createWarpRouteDeployConfig({ context, outPath, advanced, }: {
context: CommandContext;
outPath: string;
advanced: boolean;
}): Promise<void>;
export declare function readWarpCoreConfig(filePath: string): WarpCoreConfig;
//# sourceMappingURL=warp.d.ts.map