gotake-contracts
Version:
TypeChain generated types and ABIs for GoTake contracts
7 lines (6 loc) • 447 B
TypeScript
import { ContractAddresses } from '../types/contracts';
export declare const CONTRACT_ADDRESSES: ContractAddresses;
export declare function getContractAddress(network: string, contractName: string): string | undefined;
export declare function getNetworkConfig(network: string): import("../types/contracts").NetworkConfig;
export declare function getAllNetworks(): string[];
export declare function getChainId(network: string): number | undefined;