@zerochain/sdk
Version:
The Züs JS SDK is a JavaScript client library that provides a convenient interface for interacting with the Züs Network. It allows developers to perform various operations such as creating and managing allocations, uploading and downloading files, executi
11 lines (10 loc) • 363 B
TypeScript
import type { NetworkConfig, NetworkDomain } from '@/types/wallet';
export declare const networkConfig: NetworkConfig;
export declare const getZcnContracts: (domain: NetworkDomain) => {
faucetSCAddress: string;
storageSCAddress: string;
minerSCAddress: string;
interestPoolSCAddress: string;
dexMintAddress: string;
teamWallet: string;
};