@hyperlane-xyz/cli
Version:
A command-line utility for common Hyperlane operations
5 lines • 359 B
TypeScript
import { IRegistry } from '@hyperlane-xyz/registry';
import { Token, WarpCoreConfig } from '@hyperlane-xyz/sdk';
export declare function runTokenSelectionStep(tokens: Token[], message?: string): Promise<string>;
export declare function selectRegistryWarpRoute(registry: IRegistry, symbol: string): Promise<WarpCoreConfig>;
//# sourceMappingURL=tokens.d.ts.map