@hyperlane-xyz/cli
Version:
A command-line utility for common Hyperlane operations
10 lines • 413 B
TypeScript
import { ChainName, HypTokenRouterConfig } from '@hyperlane-xyz/sdk';
import { CommandContext } from '../context/types.js';
export declare function runWarpRouteRead({ context, chain, address, warp, symbol, }: {
context: CommandContext;
chain?: ChainName;
warp?: string;
address?: string;
symbol?: string;
}): Promise<Record<ChainName, HypTokenRouterConfig>>;
//# sourceMappingURL=warp.d.ts.map