@rabby-wallet/rabby-api 0.9.44-beta.0 → 0.9.44-beta.1

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.js CHANGED
@@ -1742,7 +1742,7 @@ export class OpenApiService {
1742
1742
  return data;
1743
1743
  });
1744
1744
  this.getLiquidityPoolHistoryList = (params) => __awaiter(this, void 0, void 0, function* () {
1745
- const { data } = yield this.request.get('/v1/token/market/liquidity_pool/list', {
1745
+ const { data } = yield this.request.get('/v1/token/market/liquidity_pool/history/list', {
1746
1746
  params,
1747
1747
  });
1748
1748
  return data;
package/dist/types.d.ts CHANGED
@@ -1800,6 +1800,7 @@ export declare type LiquidityPoolHistoryItem = {
1800
1800
  id: string;
1801
1801
  tx_id: string;
1802
1802
  time_at: number;
1803
+ usd_value: number;
1803
1804
  action: 'add' | 'remove';
1804
1805
  tokens: {
1805
1806
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.9.44-beta.0",
3
+ "version": "0.9.44-beta.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [