interface PierTwoEthereumInfo {
    batchDepositContractAddress: string;
    beaconDepositContractAddress: string;
    chainId: number;
    currentEpoch: number;
    eigenlayer: PierTwoEigenLayerInfo;
    ethValidatorConsolidationContractAddress: string;
    ethValidatorWithdrawalContractAddress: string;
    network: string;
    pectraBatchDepositContractAddress: string;
    pectraForkEpoch: number;
    validatorMaxEBGwei: number;
    validatorMinEBGwei: number;
}

Properties

batchDepositContractAddress: string
beaconDepositContractAddress: string
chainId: number
currentEpoch: number
ethValidatorConsolidationContractAddress: string
ethValidatorWithdrawalContractAddress: string
network: string
pectraBatchDepositContractAddress: string
pectraForkEpoch: number
validatorMaxEBGwei: number
validatorMinEBGwei: number

Generated using TypeDoc