@pear-protocol/core-sdk
Advanced tools
@@ -126,2 +126,11 @@ class Core { | ||
| }; | ||
| rebalance = { | ||
| manually: async (positionId, body, headers) => { | ||
| return await this.client.fetch(`/rebalance/manually/${positionId}`, { | ||
| method: "POST", | ||
| headers, | ||
| body | ||
| }); | ||
| } | ||
| }; | ||
| schedules = { | ||
@@ -128,0 +137,0 @@ list: async (query, headers) => { |
+3
-3
| { | ||
| "name": "@pear-protocol/core-sdk", | ||
| "version": "0.0.22", | ||
| "version": "0.0.23", | ||
| "description": "Pear Protocol Core SDK", | ||
@@ -28,4 +28,4 @@ "private": false, | ||
| "dependencies": { | ||
| "@pear-protocol/types": "^0.0.19", | ||
| "@pear-protocol/utils": "^0.0.19", | ||
| "@pear-protocol/types": "^0.0.20", | ||
| "@pear-protocol/utils": "^0.0.20", | ||
| "qs": "^6.14.0" | ||
@@ -32,0 +32,0 @@ }, |
Sorry, the diff of this file is too big to display
116725
3.18%3115
3.28%64
1.59%+ Added
+ Added
- Removed
- Removed
Updated
Updated