• Gets all viable combinations of collateral tokens, index tokens and whether the position is long or short

    Parameters

    • network: "base" | "ethereum" | "arbitrum" | "polygon" | "arbitrum-sepolia"

      the network from which to fetch the list

    Returns {
        collateralTokens: string[];
        indexTokens: string[];
        isLong: boolean[];
    }

    an object with the list of collateral tokens, index tokens, and whether or not the position is long

    • collateralTokens: string[]
    • indexTokens: string[]
    • isLong: boolean[]

Generated using TypeDoc