@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 +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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:
|
|
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<
|
|
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<
|
|
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:
|
|
23181
|
+
chainId: 1,
|
|
23182
23182
|
apiUrl: "https://api.mainnet.neony.exchange"
|
|
23183
23183
|
};
|
|
23184
23184
|
function getNetworkConfig(mode) {
|