UNPKG

@venusprotocol/governance-contracts

Version:
14 lines 999 B
import { HardhatRuntimeEnvironment } from "hardhat/types"; import { SUPPORTED_NETWORKS } from "./constants"; export declare const testnetNetworks: string[]; export declare const guardian: (network: SUPPORTED_NETWORKS) => Promise<string>; export declare const getOmnichainProposalSender: (network: SUPPORTED_NETWORKS) => Promise<string>; export declare const getLzEndpoint: (networkName: SUPPORTED_NETWORKS) => Promise<string>; export declare const getLzV2Endpoint: (networkName: SUPPORTED_NETWORKS) => Promise<string>; export declare const getRiskOracle: (networkName: SUPPORTED_NETWORKS) => Promise<string>; export declare const getSourceChainId: (network: SUPPORTED_NETWORKS) => Promise<number>; export declare const onlyHardhat: () => (hre: HardhatRuntimeEnvironment) => Promise<boolean>; export declare const skipRemoteNetworks: () => (hre: HardhatRuntimeEnvironment) => Promise<boolean>; declare const _default: () => void; export default _default; //# sourceMappingURL=deploymentUtils.d.ts.map