@skip-go/client 0.9.0 → 0.9.2
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
|
@@ -3053,7 +3053,7 @@ var SkipClient = class {
|
|
|
3053
3053
|
}
|
|
3054
3054
|
balances(request) {
|
|
3055
3055
|
return chunk6FNC3XMI_js.__async(this, null, function* () {
|
|
3056
|
-
const response = yield this.requestClient.
|
|
3056
|
+
const response = yield this.requestClient.post(
|
|
3057
3057
|
"/v2/info/balances",
|
|
3058
3058
|
chunk5I2266VA_js.balanceRequestToJSON(request)
|
|
3059
3059
|
);
|
package/package.json
CHANGED