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