Interface EthConfiguration

interface EthConfiguration {
    coreContractAddress: string;
    registrationContractAddress: string;
    registrationV4ContractAddress?: string;
    chainID: number;
}

Properties

coreContractAddress: string
registrationContractAddress: string
registrationV4ContractAddress?: string
chainID: number