@jimmygu/sfa-sdk-test 1.0.4 → 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.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
|
@@ -1054,4 +1054,4 @@ declare const NetworkRpcUrlsMap: Record<string, string[]>;
|
|
|
1054
1054
|
declare const getRpcUrls: (blockchain: string) => string[];
|
|
1055
1055
|
declare const setRpcUrls: (urls: Record<string, string[]>) => Record<string, string[]>;
|
|
1056
1056
|
|
|
1057
|
-
export { ApiError, type AppFee, AptosWallet, type BadRequestResponse, CancelError, CancelablePromise, EVMWallet, type GetAllQuoteParams, GetExecutionStatusResponse, Hyperliquid, type HyperliquidDepositParams, type HyperliquidDepositResponse, type HyperliquidDepositStatusResponse, HyperliquidFromTokens, type HyperliquidGetStatusParams, type HyperliquidQuoteParams, type HyperliquidTransferParams, HyperliuquidToToken, NearWallet, NetworkRpcUrlsMap, OpenAPI, type OpenAPIConfig, type Quote, QuoteRequest, type QuoteResponse, SFA, Service, type ServiceType, SolanaWallet, type SubmitDepositTxRequest, SubmitDepositTxResponse, type SwapDetails, type TokenConfig, TokenResponse, type TransactionDetails, TransactionStatus, TronWallet, getRpcUrls, setRpcUrls, tokens, usdcChains, usdcTokens, usdtChains, usdtTokens };
|
|
1057
|
+
export { ApiError, type AppFee, AptosWallet, type BadRequestResponse, CancelError, CancelablePromise, EVMWallet, type GetAllQuoteParams, GetExecutionStatusResponse, Hyperliquid, type HyperliquidDepositParams, type HyperliquidDepositResponse, type HyperliquidDepositResponseData, type HyperliquidDepositStatusResponse, type HyperliquidDepositStatusResponseData, HyperliquidFromTokens, type HyperliquidGetStatusParams, type HyperliquidQuoteParams, type HyperliquidTransferParams, HyperliuquidToToken, NearWallet, NetworkRpcUrlsMap, OpenAPI, type OpenAPIConfig, type Quote, QuoteRequest, type QuoteResponse, SFA, Service, type ServiceType, SolanaWallet, type SubmitDepositTxRequest, SubmitDepositTxResponse, type SwapDetails, type TokenConfig, TokenResponse, type TransactionDetails, TransactionStatus, TronWallet, getRpcUrls, setRpcUrls, tokens, usdcChains, usdcTokens, usdtChains, usdtTokens };
|
package/dist/index.d.ts
CHANGED
|
@@ -1054,4 +1054,4 @@ declare const NetworkRpcUrlsMap: Record<string, string[]>;
|
|
|
1054
1054
|
declare const getRpcUrls: (blockchain: string) => string[];
|
|
1055
1055
|
declare const setRpcUrls: (urls: Record<string, string[]>) => Record<string, string[]>;
|
|
1056
1056
|
|
|
1057
|
-
export { ApiError, type AppFee, AptosWallet, type BadRequestResponse, CancelError, CancelablePromise, EVMWallet, type GetAllQuoteParams, GetExecutionStatusResponse, Hyperliquid, type HyperliquidDepositParams, type HyperliquidDepositResponse, type HyperliquidDepositStatusResponse, HyperliquidFromTokens, type HyperliquidGetStatusParams, type HyperliquidQuoteParams, type HyperliquidTransferParams, HyperliuquidToToken, NearWallet, NetworkRpcUrlsMap, OpenAPI, type OpenAPIConfig, type Quote, QuoteRequest, type QuoteResponse, SFA, Service, type ServiceType, SolanaWallet, type SubmitDepositTxRequest, SubmitDepositTxResponse, type SwapDetails, type TokenConfig, TokenResponse, type TransactionDetails, TransactionStatus, TronWallet, getRpcUrls, setRpcUrls, tokens, usdcChains, usdcTokens, usdtChains, usdtTokens };
|
|
1057
|
+
export { ApiError, type AppFee, AptosWallet, type BadRequestResponse, CancelError, CancelablePromise, EVMWallet, type GetAllQuoteParams, GetExecutionStatusResponse, Hyperliquid, type HyperliquidDepositParams, type HyperliquidDepositResponse, type HyperliquidDepositResponseData, type HyperliquidDepositStatusResponse, type HyperliquidDepositStatusResponseData, HyperliquidFromTokens, type HyperliquidGetStatusParams, type HyperliquidQuoteParams, type HyperliquidTransferParams, HyperliuquidToToken, NearWallet, NetworkRpcUrlsMap, OpenAPI, type OpenAPIConfig, type Quote, QuoteRequest, type QuoteResponse, SFA, Service, type ServiceType, SolanaWallet, type SubmitDepositTxRequest, SubmitDepositTxResponse, type SwapDetails, type TokenConfig, TokenResponse, type TransactionDetails, TransactionStatus, TronWallet, getRpcUrls, setRpcUrls, tokens, usdcChains, usdcTokens, usdtChains, usdtTokens };
|
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
|
};
|