UNPKG

@renex/renex

Version:

The official RenEx Software Development Kit in typescript.

31 lines (30 loc) 663 B
export interface NetworkData { network: string; ingress: string; infura: string; etherscan: string; wbtcKYCServer: string; ethNetwork: string; ethNetworkLabel: string; ethNetworkId: number; contracts: [{ darknodeRegistry: string; orderbook: string; renExTokens: string; renExBalances: string; renExSettlement: string; wyre: string; }]; tokens: { DGX: string; TUSD: string; REN: string; OMG: string; ZRX: string; WBTC: string; }; } export declare const networks: { mainnet: NetworkData; testnet: NetworkData; };