mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-22 21:59:44 +03:00
feature: updated export for new poolList scheme
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@orionprotocol/sdk",
|
"name": "@orionprotocol/sdk",
|
||||||
"version": "0.20.10-rc18",
|
"version": "0.20.10-rc19",
|
||||||
"description": "Orion Protocol SDK",
|
"description": "Orion Protocol SDK",
|
||||||
"main": "./lib/index.cjs",
|
"main": "./lib/index.cjs",
|
||||||
"module": "./lib/index.js",
|
"module": "./lib/index.js",
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ import {
|
|||||||
getPoolResponseSchema,
|
getPoolResponseSchema,
|
||||||
listAmountResponseSchema,
|
listAmountResponseSchema,
|
||||||
listNFTOrderResponseSchema,
|
listNFTOrderResponseSchema,
|
||||||
|
listPoolResponseSchema,
|
||||||
listPoolV2ResponseSchema,
|
listPoolV2ResponseSchema,
|
||||||
listPoolV3ResponseSchema,
|
listPoolV3ResponseSchema,
|
||||||
PoolV2InfoResponseSchema,
|
PoolV2InfoResponseSchema,
|
||||||
@@ -14,7 +15,6 @@ import { fetchWithValidation } from 'simple-typed-fetch';
|
|||||||
import { BigNumber } from 'bignumber.js';
|
import { BigNumber } from 'bignumber.js';
|
||||||
import { DAY, WEEK_DAYS, YEAR } from '../../constants';
|
import { DAY, WEEK_DAYS, YEAR } from '../../constants';
|
||||||
import { LOCK_START_TIME } from './constants';
|
import { LOCK_START_TIME } from './constants';
|
||||||
import listPoolResponseSchema from './schemas/list-pool-schema';
|
|
||||||
|
|
||||||
type BasePayload = {
|
type BasePayload = {
|
||||||
chainId: number
|
chainId: number
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
export { default as environmentResponseSchema } from './environment-response-schema.js';
|
export { default as environmentResponseSchema } from './environment-response-schema';
|
||||||
export { default as listNFTOrderResponseSchema } from './list-nft-order-response-schema.js';
|
export { default as listNFTOrderResponseSchema } from './list-nft-order-response-schema';
|
||||||
export { default as getPoolResponseSchema } from './get-pool-response-schema.js';
|
export { default as getPoolResponseSchema } from './get-pool-response-schema';
|
||||||
export { default as listPoolV2ResponseSchema } from './list-pool-v2-response-schema.js';
|
export { default as listPoolResponseSchema } from './list-pool-schema';
|
||||||
|
export { default as listPoolV2ResponseSchema } from './list-pool-v2-response-schema';
|
||||||
export { default as PoolV2InfoResponseSchema } from './pool-v2-info-schema';
|
export { default as PoolV2InfoResponseSchema } from './pool-v2-info-schema';
|
||||||
export { default as listPoolV3ResponseSchema } from './list-pool-v3-response-schema.js';
|
export { default as listPoolV3ResponseSchema } from './list-pool-v3-response-schema';
|
||||||
export { default as veORNInfoResponseSchema } from './veORN-info-schema.js';
|
export { default as veORNInfoResponseSchema } from './veORN-info-schema';
|
||||||
export { default as listAmountResponseSchema } from './list-amount-schema.js';
|
export { default as listAmountResponseSchema } from './list-amount-schema';
|
||||||
export { default as votingInfoResponseSchema } from './voting-info-schema.js';
|
export { default as votingInfoResponseSchema } from './voting-info-schema';
|
||||||
export { default as testIncrementorSchema } from './test-incrementor-schema.js';
|
export { default as testIncrementorSchema } from './test-incrementor-schema';
|
||||||
|
|||||||
Reference in New Issue
Block a user