UNPKG

whoisens-lib

Version:

Whois for ENS (Ethereum Name Service) lookup service

9 lines (8 loc) 212 B
export default class Config { private static instance; currentNetworkId: string; currentNetworkURL: string; contractAddress: string; private constructor(); static getInstance(): Config; }