UNPKG

@holographxyz/cli

Version:
12 lines (11 loc) 360 B
import { Environment } from '@holographxyz/environment'; export declare const getABIs: (environment: string) => Promise<any>; export declare const HOLOGRAPH_ADDRESSES: { [key in Environment]: string; }; export declare const FAUCET_ADDRESSES: { [key in Environment]: string; }; export declare const LZ_RELAYER_ADDRESSES: { [key: string]: string; };