Type Alias PythOracleInfo

PythOracleInfo: OracleConfig & {
    pricesTtl: number;
    pythComputeBaseGas: bigint;
    pythComputePerUpdateGas: bigint;
    pythSingleUpdateFee: bigint;
}