@jimmygu/sfa-sdk-test 1.0.5 → 1.0.6
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4866,11 +4866,11 @@ var HyperliquidService = class {
|
|
|
4866
4866
|
from_amount: quote?.quote?.amountIn,
|
|
4867
4867
|
from_chain: quote?.quoteParam?.fromToken?.blockchain,
|
|
4868
4868
|
from_hash: txhash,
|
|
4869
|
-
from_token: quote?.quoteParam?.fromToken?.
|
|
4869
|
+
from_token: quote?.quoteParam?.fromToken?.contractAddress,
|
|
4870
4870
|
sender: quote?.quoteParam?.recipient,
|
|
4871
4871
|
to_amount: quote?.quoteParam?.amountWei,
|
|
4872
4872
|
to_chain: quote?.quoteParam?.toToken?.blockchain,
|
|
4873
|
-
to_token: quote?.quoteParam?.toToken?.
|
|
4873
|
+
to_token: quote?.quoteParam?.toToken?.contractAddress,
|
|
4874
4874
|
type: Service.OneClick,
|
|
4875
4875
|
permit: permitParams
|
|
4876
4876
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -4805,11 +4805,11 @@ var HyperliquidService = class {
|
|
|
4805
4805
|
from_amount: quote?.quote?.amountIn,
|
|
4806
4806
|
from_chain: quote?.quoteParam?.fromToken?.blockchain,
|
|
4807
4807
|
from_hash: txhash,
|
|
4808
|
-
from_token: quote?.quoteParam?.fromToken?.
|
|
4808
|
+
from_token: quote?.quoteParam?.fromToken?.contractAddress,
|
|
4809
4809
|
sender: quote?.quoteParam?.recipient,
|
|
4810
4810
|
to_amount: quote?.quoteParam?.amountWei,
|
|
4811
4811
|
to_chain: quote?.quoteParam?.toToken?.blockchain,
|
|
4812
|
-
to_token: quote?.quoteParam?.toToken?.
|
|
4812
|
+
to_token: quote?.quoteParam?.toToken?.contractAddress,
|
|
4813
4813
|
type: Service.OneClick,
|
|
4814
4814
|
permit: permitParams
|
|
4815
4815
|
};
|