UNPKG

cosmic-interchain-cli

Version:

A command-line utility for Cosmic Wire's interchain messaging protocol

5 lines 252 B
/** * Deploys the Hyperlane core contracts to the specified chain using the provided config. */ export declare function hyperlaneCoreDeploy(chain: string, coreInputPath: string): Promise<import("zx").ProcessOutput>; //# sourceMappingURL=core.d.ts.map