@nightlylabs/dex-sdk 0.3.4 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -23230,7 +23230,7 @@ var MAINNET_CONFIG = {
23230
23230
  fullnode: "https://rpc.mainnet.neony.exchange/v1",
23231
23231
  indexer: "https://rpc.mainnet.neony.exchange/v1/graphql",
23232
23232
  faucet: void 0,
23233
- chainId: 69,
23233
+ chainId: 1,
23234
23234
  apiUrl: "https://api.mainnet.neony.exchange"
23235
23235
  };
23236
23236
  function getNetworkConfig(mode) {
package/dist/index.d.cts CHANGED
@@ -5751,7 +5751,7 @@ declare class Client {
5751
5751
  getUserClaimedReferralKickbackHistory: (request: GetUserClaimedReferralKickbackHistoryRequest) => Promise<GetUserClaimedReferralKickbackHistoryResponse>;
5752
5752
  getUserTransfersHistory: (request: GetUserTransferHistoryRequest) => Promise<GetUserTransferHistoryResponse>;
5753
5753
  getUserLiquidations: (request: GetUserFullLiquidationsHistoryRequest) => Promise<GetUserLiquidationsHistoryResponse>;
5754
- getUserPartialLiquidations: (request: GetUserPartialLiquidationsHistoryRequest) => Promise<GetUserLiquidationsHistoryResponse>;
5754
+ getUserPartialLiquidations: (request: GetUserPartialLiquidationsHistoryRequest) => Promise<GetUserPartialLiquidationsHistoryResponse>;
5755
5755
  getBorrowLendHistoricalState: (request: GetBorrowLendingHistoricalDataRequest) => Promise<GetBorrowLendingHistoricalDataResponse>;
5756
5756
  getBorrowLendAggregatedStats: (request: GetBorrowLendingAggregatedStatsRequest) => Promise<GetBorrowLendingAggregatedStatsResponse>;
5757
5757
  getTokenStats: (request: GetTokenStatsHistoryRequest) => Promise<GetTokenStatsHistoryResponse>;
package/dist/index.d.ts CHANGED
@@ -5751,7 +5751,7 @@ declare class Client {
5751
5751
  getUserClaimedReferralKickbackHistory: (request: GetUserClaimedReferralKickbackHistoryRequest) => Promise<GetUserClaimedReferralKickbackHistoryResponse>;
5752
5752
  getUserTransfersHistory: (request: GetUserTransferHistoryRequest) => Promise<GetUserTransferHistoryResponse>;
5753
5753
  getUserLiquidations: (request: GetUserFullLiquidationsHistoryRequest) => Promise<GetUserLiquidationsHistoryResponse>;
5754
- getUserPartialLiquidations: (request: GetUserPartialLiquidationsHistoryRequest) => Promise<GetUserLiquidationsHistoryResponse>;
5754
+ getUserPartialLiquidations: (request: GetUserPartialLiquidationsHistoryRequest) => Promise<GetUserPartialLiquidationsHistoryResponse>;
5755
5755
  getBorrowLendHistoricalState: (request: GetBorrowLendingHistoricalDataRequest) => Promise<GetBorrowLendingHistoricalDataResponse>;
5756
5756
  getBorrowLendAggregatedStats: (request: GetBorrowLendingAggregatedStatsRequest) => Promise<GetBorrowLendingAggregatedStatsResponse>;
5757
5757
  getTokenStats: (request: GetTokenStatsHistoryRequest) => Promise<GetTokenStatsHistoryResponse>;
package/dist/index.js CHANGED
@@ -23178,7 +23178,7 @@ var MAINNET_CONFIG = {
23178
23178
  fullnode: "https://rpc.mainnet.neony.exchange/v1",
23179
23179
  indexer: "https://rpc.mainnet.neony.exchange/v1/graphql",
23180
23180
  faucet: void 0,
23181
- chainId: 69,
23181
+ chainId: 1,
23182
23182
  apiUrl: "https://api.mainnet.neony.exchange"
23183
23183
  };
23184
23184
  function getNetworkConfig(mode) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {