Variable CHAINLINK_GQL_FEED_ID_MAPConst

CHAINLINK_GQL_FEED_ID_MAP: {
    [key: string]: string;
} = ...

Map from symbol to subgraph entity ID for Chainlink aggregator. Used to fetch historic price data from Chainlink's subgraph.

Type declaration

  • [key: string]: string

Generated using TypeDoc