UNPKG

@hubbleprotocol/hubble-config

Version:
11 lines (10 loc) 343 B
import { HubbleConfig, SolanaCluster } from './index'; /** * Get Hubble configuration for specific Solana cluster. * @param cluster - Solana cluster name */ export declare const getConfigByCluster: (cluster: SolanaCluster) => HubbleConfig; /** * Get all Hubble configurations. */ export declare const getAllConfigs: () => HubbleConfig[];