@nightlylabs/dex-sdk 0.1.30 → 0.1.31
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.cjs +2 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2098,8 +2098,9 @@ var Client = class _Client {
|
|
|
2098
2098
|
typeArguments: [],
|
|
2099
2099
|
functionArguments: [
|
|
2100
2100
|
params.userId,
|
|
2101
|
+
params.amount,
|
|
2101
2102
|
params.tokenAddress,
|
|
2102
|
-
|
|
2103
|
+
params.max,
|
|
2103
2104
|
params.borrow,
|
|
2104
2105
|
params.recipient
|
|
2105
2106
|
]
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2048,8 +2048,9 @@ var Client = class _Client {
|
|
|
2048
2048
|
typeArguments: [],
|
|
2049
2049
|
functionArguments: [
|
|
2050
2050
|
params.userId,
|
|
2051
|
+
params.amount,
|
|
2051
2052
|
params.tokenAddress,
|
|
2052
|
-
|
|
2053
|
+
params.max,
|
|
2053
2054
|
params.borrow,
|
|
2054
2055
|
params.recipient
|
|
2055
2056
|
]
|