@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 +1 -1
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
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