@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 CHANGED
@@ -774,7 +774,7 @@ declare class HyperliquidService {
774
774
  r: string;
775
775
  s: string;
776
776
  spender: string;
777
- token_address: string;
777
+ token: string;
778
778
  v: 28 | 27;
779
779
  }>;
780
780
  }
package/dist/index.d.ts CHANGED
@@ -774,7 +774,7 @@ declare class HyperliquidService {
774
774
  r: string;
775
775
  s: string;
776
776
  spender: string;
777
- token_address: string;
777
+ token: string;
778
778
  v: 28 | 27;
779
779
  }>;
780
780
  }
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
- deposit_id: params.depositId
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
- token_address: tokenAddress,
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
- deposit_id: params.depositId
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
- token_address: tokenAddress,
4900
+ token: tokenAddress,
4901
4901
  v
4902
4902
  };
4903
4903
  console.log("permitParams: %o", permitParams);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimmygu/sfa-sdk-test",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "TypeScript SDK for StableFlow AI API - Cross-chain token swap solution",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",