UNPKG

@quartz-labs/sdk

Version:

SDK for interacting with the Quartz Protocol

6 lines 400 B
import type { Token } from "../types/interfaces/Token.interface.js"; export declare const MarketIndex: readonly [1, 0, 5, 22, 28, 3, 6, 19, 8, 32, 11, 45, 4]; export type MarketIndex = (typeof MarketIndex)[number]; export declare function getMarketIndicesRecord<T>(defaultValue: T): Record<MarketIndex, T>; export declare const TOKENS: Record<MarketIndex, Token>; //# sourceMappingURL=tokens.d.ts.map