@hyperlane-xyz/cli
Version:
A command-line utility for common Hyperlane operations
10 lines • 344 B
TypeScript
export declare const ENV: {
HYP_KEY?: string | undefined;
ANVIL_IP_ADDR?: string | undefined;
ANVIL_PORT?: number | undefined;
AWS_ACCESS_KEY_ID?: string | undefined;
AWS_SECRET_ACCESS_KEY?: string | undefined;
AWS_REGION?: string | undefined;
GH_AUTH_TOKEN?: string | undefined;
};
//# sourceMappingURL=env.d.ts.map