OracleConfig: {
    chainId: SupportedChainId;
    operatingFor?: Address;
    oracleClients: OracleClients;
    publicClient: PublicClient;
    supportedMarkets: SupportedMarket[];
    walletClient?: WalletClient;
}

Type declaration