@jimmygu/sfa-sdk-test 1.0.6 → 1.0.8
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -4892,7 +4892,7 @@ var HyperliquidService = class {
|
|
|
4892
4892
|
method: "GET",
|
|
4893
4893
|
url: "/v0/deposit",
|
|
4894
4894
|
query: {
|
|
4895
|
-
|
|
4895
|
+
depositId: params.depositId
|
|
4896
4896
|
},
|
|
4897
4897
|
mediaType: "application/json",
|
|
4898
4898
|
errors: {
|
|
@@ -4958,7 +4958,7 @@ var HyperliquidService = class {
|
|
|
4958
4958
|
r,
|
|
4959
4959
|
s,
|
|
4960
4960
|
spender: SPENDER,
|
|
4961
|
-
|
|
4961
|
+
token: tokenAddress,
|
|
4962
4962
|
v
|
|
4963
4963
|
};
|
|
4964
4964
|
console.log("permitParams: %o", permitParams);
|
package/dist/index.mjs
CHANGED
|
@@ -4831,7 +4831,7 @@ var HyperliquidService = class {
|
|
|
4831
4831
|
method: "GET",
|
|
4832
4832
|
url: "/v0/deposit",
|
|
4833
4833
|
query: {
|
|
4834
|
-
|
|
4834
|
+
depositId: params.depositId
|
|
4835
4835
|
},
|
|
4836
4836
|
mediaType: "application/json",
|
|
4837
4837
|
errors: {
|
|
@@ -4897,7 +4897,7 @@ var HyperliquidService = class {
|
|
|
4897
4897
|
r,
|
|
4898
4898
|
s,
|
|
4899
4899
|
spender: SPENDER,
|
|
4900
|
-
|
|
4900
|
+
token: tokenAddress,
|
|
4901
4901
|
v
|
|
4902
4902
|
};
|
|
4903
4903
|
console.log("permitParams: %o", permitParams);
|