@rabby-wallet/rabby-api 0.9.23-beta.2 → 0.9.23-beta.3
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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1462,7 +1462,7 @@ export class OpenApiService {
|
|
|
1462
1462
|
return data;
|
|
1463
1463
|
});
|
|
1464
1464
|
this.getCopyTradingTokenList = (params) => __awaiter(this, void 0, void 0, function* () {
|
|
1465
|
-
const { data } = yield this.request.get('/v1/copytrading/
|
|
1465
|
+
const { data } = yield this.request.get('/v1/copytrading/token/list', {
|
|
1466
1466
|
params,
|
|
1467
1467
|
});
|
|
1468
1468
|
return data;
|