@lifi/sdk 4.1.0 → 4.2.0
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/CHANGELOG.md +6 -0
- package/dist/cjs/actions/getChains.d.ts +7 -8
- package/dist/cjs/actions/getConnections.d.ts +6 -7
- package/dist/cjs/actions/getContractCallsQuote.d.ts +7 -8
- package/dist/cjs/actions/getGasRecommendation.d.ts +7 -8
- package/dist/cjs/actions/getNameServiceAddress.d.ts +6 -7
- package/dist/cjs/actions/getQuote.d.ts +7 -8
- package/dist/cjs/actions/getRelayedTransactionStatus.d.ts +7 -8
- package/dist/cjs/actions/getRelayerQuote.d.ts +7 -8
- package/dist/cjs/actions/getRoutes.d.ts +7 -8
- package/dist/cjs/actions/getStatus.d.ts +7 -8
- package/dist/cjs/actions/getStepTransaction.d.ts +7 -8
- package/dist/cjs/actions/getStepTransaction.js +2 -0
- package/dist/cjs/actions/getStepTransaction.js.map +1 -1
- package/dist/cjs/actions/getToken.d.ts +8 -9
- package/dist/cjs/actions/getTokenBalance.d.ts +8 -9
- package/dist/cjs/actions/getTokenBalances.d.ts +8 -9
- package/dist/cjs/actions/getTokenBalancesByChain.d.ts +8 -9
- package/dist/cjs/actions/getTokenBalancesByChain.js +4 -2
- package/dist/cjs/actions/getTokenBalancesByChain.js.map +1 -1
- package/dist/cjs/actions/getTokens.d.ts +6 -7
- package/dist/cjs/actions/getTools.d.ts +6 -7
- package/dist/cjs/actions/getTransactionHistory.d.ts +13 -19
- package/dist/cjs/actions/getWalletBalances.d.ts +7 -8
- package/dist/cjs/actions/index.d.ts +109 -110
- package/dist/cjs/actions/patchContractCalls.d.ts +0 -1
- package/dist/cjs/actions/relayTransaction.d.ts +7 -8
- package/dist/cjs/client/createClient.d.ts +0 -1
- package/dist/cjs/client/getClientStorage.d.ts +0 -1
- package/dist/cjs/core/BaseStepExecutionTask.d.ts +0 -1
- package/dist/cjs/core/BaseStepExecutor.d.ts +0 -1
- package/dist/cjs/core/StatusManager.d.ts +40 -51
- package/dist/cjs/core/TaskPipeline.d.ts +0 -1
- package/dist/cjs/core/actionMessages.d.ts +0 -1
- package/dist/cjs/core/execution.d.ts +29 -30
- package/dist/cjs/core/executionState.d.ts +0 -1
- package/dist/cjs/core/prepareRestart.d.ts +0 -1
- package/dist/cjs/core/tasks/CheckBalanceTask.d.ts +6 -7
- package/dist/cjs/core/tasks/PrepareTransactionTask.d.ts +0 -1
- package/dist/cjs/core/tasks/WaitForTransactionStatusTask.d.ts +0 -1
- package/dist/cjs/core/tasks/helpers/checkBalance.d.ts +17 -18
- package/dist/cjs/core/tasks/helpers/getTransactionRequestData.d.ts +0 -1
- package/dist/cjs/core/tasks/helpers/stepComparison.d.ts +11 -12
- package/dist/cjs/core/tasks/helpers/waitForTransactionStatus.d.ts +0 -1
- package/dist/cjs/core/utils.d.ts +7 -8
- package/dist/cjs/errors/SDKError.d.ts +0 -1
- package/dist/cjs/errors/baseError.d.ts +0 -1
- package/dist/cjs/errors/errors.d.ts +4 -5
- package/dist/cjs/errors/httpError.d.ts +0 -1
- package/dist/cjs/errors/utils/baseErrorRootCause.d.ts +0 -1
- package/dist/cjs/types/actions.d.ts +7 -7
- package/dist/cjs/types/core.d.ts +3 -4
- package/dist/cjs/types/execution.d.ts +0 -1
- package/dist/cjs/utils/checkPackageUpdates.js +1 -1
- package/dist/cjs/utils/convertQuoteToRoute.d.ts +9 -10
- package/dist/cjs/utils/formatUnits.d.ts +2 -2
- package/dist/cjs/utils/getTransactionMessage.d.ts +0 -1
- package/dist/cjs/utils/isHex.d.ts +1 -3
- package/dist/cjs/utils/isRoutesRequest.d.ts +0 -1
- package/dist/cjs/utils/isStep.d.ts +0 -1
- package/dist/cjs/utils/isToken.d.ts +0 -1
- package/dist/cjs/utils/parseUnits.d.ts +2 -2
- package/dist/cjs/utils/request.d.ts +0 -1
- package/dist/cjs/utils/waitForResult.d.ts +8 -8
- package/dist/cjs/utils/withDedupe.d.ts +5 -8
- package/dist/cjs/utils/withTimeout.d.ts +10 -16
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/version.js.map +1 -1
- package/dist/esm/actions/getChains.d.ts +7 -8
- package/dist/esm/actions/getChains.d.ts.map +1 -1
- package/dist/esm/actions/getConnections.d.ts +6 -7
- package/dist/esm/actions/getConnections.d.ts.map +1 -1
- package/dist/esm/actions/getContractCallsQuote.d.ts +7 -8
- package/dist/esm/actions/getContractCallsQuote.d.ts.map +1 -1
- package/dist/esm/actions/getGasRecommendation.d.ts +7 -8
- package/dist/esm/actions/getGasRecommendation.d.ts.map +1 -1
- package/dist/esm/actions/getNameServiceAddress.d.ts +6 -7
- package/dist/esm/actions/getNameServiceAddress.d.ts.map +1 -1
- package/dist/esm/actions/getQuote.d.ts +7 -8
- package/dist/esm/actions/getQuote.d.ts.map +1 -1
- package/dist/esm/actions/getRelayedTransactionStatus.d.ts +7 -8
- package/dist/esm/actions/getRelayedTransactionStatus.d.ts.map +1 -1
- package/dist/esm/actions/getRelayerQuote.d.ts +7 -8
- package/dist/esm/actions/getRelayerQuote.d.ts.map +1 -1
- package/dist/esm/actions/getRoutes.d.ts +7 -8
- package/dist/esm/actions/getRoutes.d.ts.map +1 -1
- package/dist/esm/actions/getStatus.d.ts +7 -8
- package/dist/esm/actions/getStatus.d.ts.map +1 -1
- package/dist/esm/actions/getStepTransaction.d.ts +7 -8
- package/dist/esm/actions/getStepTransaction.d.ts.map +1 -1
- package/dist/esm/actions/getStepTransaction.js +2 -0
- package/dist/esm/actions/getStepTransaction.js.map +1 -1
- package/dist/esm/actions/getToken.d.ts +8 -9
- package/dist/esm/actions/getToken.d.ts.map +1 -1
- package/dist/esm/actions/getTokenBalance.d.ts +8 -9
- package/dist/esm/actions/getTokenBalance.d.ts.map +1 -1
- package/dist/esm/actions/getTokenBalances.d.ts +8 -9
- package/dist/esm/actions/getTokenBalances.d.ts.map +1 -1
- package/dist/esm/actions/getTokenBalancesByChain.d.ts +8 -9
- package/dist/esm/actions/getTokenBalancesByChain.d.ts.map +1 -1
- package/dist/esm/actions/getTokenBalancesByChain.js +4 -2
- package/dist/esm/actions/getTokenBalancesByChain.js.map +1 -1
- package/dist/esm/actions/getTokens.d.ts +6 -7
- package/dist/esm/actions/getTokens.d.ts.map +1 -1
- package/dist/esm/actions/getTools.d.ts +6 -7
- package/dist/esm/actions/getTools.d.ts.map +1 -1
- package/dist/esm/actions/getTransactionHistory.d.ts +13 -19
- package/dist/esm/actions/getTransactionHistory.d.ts.map +1 -1
- package/dist/esm/actions/getWalletBalances.d.ts +7 -8
- package/dist/esm/actions/getWalletBalances.d.ts.map +1 -1
- package/dist/esm/actions/index.d.ts +109 -110
- package/dist/esm/actions/index.d.ts.map +1 -1
- package/dist/esm/actions/patchContractCalls.d.ts +0 -1
- package/dist/esm/actions/patchContractCalls.d.ts.map +1 -1
- package/dist/esm/actions/relayTransaction.d.ts +7 -8
- package/dist/esm/actions/relayTransaction.d.ts.map +1 -1
- package/dist/esm/client/createClient.d.ts +0 -1
- package/dist/esm/client/createClient.d.ts.map +1 -1
- package/dist/esm/client/getClientStorage.d.ts +0 -1
- package/dist/esm/client/getClientStorage.d.ts.map +1 -1
- package/dist/esm/core/BaseStepExecutionTask.d.ts +0 -1
- package/dist/esm/core/BaseStepExecutionTask.d.ts.map +1 -1
- package/dist/esm/core/BaseStepExecutor.d.ts +0 -1
- package/dist/esm/core/BaseStepExecutor.d.ts.map +1 -1
- package/dist/esm/core/StatusManager.d.ts +40 -51
- package/dist/esm/core/StatusManager.d.ts.map +1 -1
- package/dist/esm/core/TaskPipeline.d.ts +0 -1
- package/dist/esm/core/TaskPipeline.d.ts.map +1 -1
- package/dist/esm/core/actionMessages.d.ts +0 -1
- package/dist/esm/core/actionMessages.d.ts.map +1 -1
- package/dist/esm/core/execution.d.ts +29 -30
- package/dist/esm/core/execution.d.ts.map +1 -1
- package/dist/esm/core/executionState.d.ts +0 -1
- package/dist/esm/core/executionState.d.ts.map +1 -1
- package/dist/esm/core/prepareRestart.d.ts +0 -1
- package/dist/esm/core/prepareRestart.d.ts.map +1 -1
- package/dist/esm/core/storage.d.ts.map +1 -1
- package/dist/esm/core/tasks/CheckBalanceTask.d.ts +6 -7
- package/dist/esm/core/tasks/CheckBalanceTask.d.ts.map +1 -1
- package/dist/esm/core/tasks/PrepareTransactionTask.d.ts +0 -1
- package/dist/esm/core/tasks/PrepareTransactionTask.d.ts.map +1 -1
- package/dist/esm/core/tasks/WaitForTransactionStatusTask.d.ts +0 -1
- package/dist/esm/core/tasks/WaitForTransactionStatusTask.d.ts.map +1 -1
- package/dist/esm/core/tasks/helpers/checkBalance.d.ts +17 -18
- package/dist/esm/core/tasks/helpers/checkBalance.d.ts.map +1 -1
- package/dist/esm/core/tasks/helpers/getTransactionRequestData.d.ts +0 -1
- package/dist/esm/core/tasks/helpers/getTransactionRequestData.d.ts.map +1 -1
- package/dist/esm/core/tasks/helpers/stepComparison.d.ts +11 -12
- package/dist/esm/core/tasks/helpers/stepComparison.d.ts.map +1 -1
- package/dist/esm/core/tasks/helpers/waitForTransactionStatus.d.ts +0 -1
- package/dist/esm/core/tasks/helpers/waitForTransactionStatus.d.ts.map +1 -1
- package/dist/esm/core/utils.d.ts +7 -8
- package/dist/esm/core/utils.d.ts.map +1 -1
- package/dist/esm/errors/SDKError.d.ts +0 -1
- package/dist/esm/errors/SDKError.d.ts.map +1 -1
- package/dist/esm/errors/baseError.d.ts +0 -1
- package/dist/esm/errors/baseError.d.ts.map +1 -1
- package/dist/esm/errors/constants.d.ts.map +1 -1
- package/dist/esm/errors/errors.d.ts +4 -5
- package/dist/esm/errors/errors.d.ts.map +1 -1
- package/dist/esm/errors/httpError.d.ts +0 -1
- package/dist/esm/errors/httpError.d.ts.map +1 -1
- package/dist/esm/errors/utils/baseErrorRootCause.d.ts +0 -1
- package/dist/esm/errors/utils/baseErrorRootCause.d.ts.map +1 -1
- package/dist/esm/errors/utils/rootCause.d.ts.map +1 -1
- package/dist/esm/types/actions.d.ts +7 -7
- package/dist/esm/types/actions.d.ts.map +1 -1
- package/dist/esm/types/core.d.ts +3 -4
- package/dist/esm/types/core.d.ts.map +1 -1
- package/dist/esm/types/execution.d.ts +0 -1
- package/dist/esm/types/execution.d.ts.map +1 -1
- package/dist/esm/types/request.d.ts.map +1 -1
- package/dist/esm/utils/checkPackageUpdates.d.ts.map +1 -1
- package/dist/esm/utils/checkPackageUpdates.js +1 -1
- package/dist/esm/utils/convertQuoteToRoute.d.ts +9 -10
- package/dist/esm/utils/convertQuoteToRoute.d.ts.map +1 -1
- package/dist/esm/utils/decode.d.ts.map +1 -1
- package/dist/esm/utils/fetchTxErrorDetails.d.ts.map +1 -1
- package/dist/esm/utils/formatUnits.d.ts +2 -2
- package/dist/esm/utils/formatUnits.d.ts.map +1 -1
- package/dist/esm/utils/getTransactionMessage.d.ts +0 -1
- package/dist/esm/utils/getTransactionMessage.d.ts.map +1 -1
- package/dist/esm/utils/isHex.d.ts +1 -3
- package/dist/esm/utils/isHex.d.ts.map +1 -1
- package/dist/esm/utils/isRoutesRequest.d.ts +0 -1
- package/dist/esm/utils/isRoutesRequest.d.ts.map +1 -1
- package/dist/esm/utils/isStep.d.ts +0 -1
- package/dist/esm/utils/isStep.d.ts.map +1 -1
- package/dist/esm/utils/isToken.d.ts +0 -1
- package/dist/esm/utils/isToken.d.ts.map +1 -1
- package/dist/esm/utils/parseUnits.d.ts +2 -2
- package/dist/esm/utils/parseUnits.d.ts.map +1 -1
- package/dist/esm/utils/request.d.ts +0 -1
- package/dist/esm/utils/request.d.ts.map +1 -1
- package/dist/esm/utils/sleep.d.ts.map +1 -1
- package/dist/esm/utils/toQueryString.d.ts.map +1 -1
- package/dist/esm/utils/waitForResult.d.ts +8 -8
- package/dist/esm/utils/waitForResult.d.ts.map +1 -1
- package/dist/esm/utils/withDedupe.d.ts +5 -8
- package/dist/esm/utils/withDedupe.d.ts.map +1 -1
- package/dist/esm/utils/withTimeout.d.ts +10 -16
- package/dist/esm/utils/withTimeout.d.ts.map +1 -1
- package/dist/esm/version.d.ts +1 -1
- package/dist/esm/version.d.ts.map +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/esm/version.js.map +1 -1
- package/package.json +1 -1
- package/src/actions/getStepTransaction.ts +4 -0
- package/src/version.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executionState.d.ts","names":[],"sources":["../../../src/core/executionState.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"executionState.d.ts","names":[],"sources":["../../../src/core/executionState.ts"],"mappings":";;UAMU;EACR,OAAO;EACP,WAAW;EACX,mBAAmB;EACnB,UAAU,QAAQ;;KAGf,uBAAuB,KAAK;UAEvB;EACR,OAAO,QAAQ,eAAe;EAC9B,IAAI,kBAAkB;EACtB,OAAO,QAAQ,uBAAuB;EACtC,OAAO,QAAQ;EACf,OAAO;;cAGI,gBAAgB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prepareRestart.d.ts","names":[],"sources":["../../../src/core/prepareRestart.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"prepareRestart.d.ts","names":[],"sources":["../../../src/core/prepareRestart.ts"],"mappings":";;cAEa,iBAAkB,OAAO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storage.d.ts","names":[],"sources":["../../../src/core/storage.ts"],"mappings":";UAAiB
|
|
1
|
+
{"version":3,"file":"storage.d.ts","names":[],"sources":["../../../src/core/storage.ts"],"mappings":";UAAiB;EACf,IAAI,8BAA8B;EAClC,IAAI,aAAa,uBAAuB;EACxC,OAAO,qBAAqB;;cAGjB,+BAA+B;EAC1C,IAAI;EAIJ,IAAI,aAAa;EAIjB,OAAO;;cAKI,2BAA2B;UAC9B;EAER,IAAI;EAIJ,IAAI,aAAa;EAIjB,OAAO;;iBAKO,wBAAwB"}
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import { StepExecutorContext, TaskResult } from "../../types/execution.js";
|
|
2
2
|
import { BaseStepExecutionTask } from "../BaseStepExecutionTask.js";
|
|
3
3
|
import { CheckBalanceOptions } from "./helpers/checkBalance.js";
|
|
4
|
-
|
|
5
4
|
//#region src/core/tasks/CheckBalanceTask.d.ts
|
|
6
5
|
declare class CheckBalanceTask extends BaseStepExecutionTask {
|
|
7
6
|
/**
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
7
|
+
* Per-step options hook for chain-specific subclasses (e.g. skip the
|
|
8
|
+
* gas check for smart-contract wallets or relayed steps). Default `{}`
|
|
9
|
+
* keeps behavior unchanged for every provider that doesn't override.
|
|
10
|
+
* Resolved lazily inside `run()` — pipelines that resume past
|
|
11
|
+
* `CheckBalance` pay no cost.
|
|
12
|
+
*/
|
|
14
13
|
protected getCheckBalanceOptions(_context: StepExecutorContext): Promise<CheckBalanceOptions>;
|
|
15
14
|
run(context: StepExecutorContext): Promise<TaskResult>;
|
|
16
15
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckBalanceTask.d.ts","names":[],"sources":["../../../../src/core/tasks/CheckBalanceTask.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"CheckBalanceTask.d.ts","names":[],"sources":["../../../../src/core/tasks/CheckBalanceTask.ts"],"mappings":";;;;cASa,yBAAyB;;;;;;;;YAQ1B,uBACR,UAAU,sBACT,QAAQ;EAIX,IAAU,SAAS,sBAAsB,QAAQ"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { StepExecutorContext, TaskResult } from "../../types/execution.js";
|
|
2
2
|
import { BaseStepExecutionTask } from "../BaseStepExecutionTask.js";
|
|
3
|
-
|
|
4
3
|
//#region src/core/tasks/PrepareTransactionTask.d.ts
|
|
5
4
|
declare class PrepareTransactionTask extends BaseStepExecutionTask {
|
|
6
5
|
run(context: StepExecutorContext): Promise<TaskResult>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrepareTransactionTask.d.ts","names":[],"sources":["../../../../src/core/tasks/PrepareTransactionTask.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrepareTransactionTask.d.ts","names":[],"sources":["../../../../src/core/tasks/PrepareTransactionTask.ts"],"mappings":";;;cAOa,+BAA+B;EAC1C,IAAU,SAAS,sBAAsB,QAAQ"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ExecutionActionType } from "../../types/core.js";
|
|
2
2
|
import { StepExecutorContext, TaskResult } from "../../types/execution.js";
|
|
3
3
|
import { BaseStepExecutionTask } from "../BaseStepExecutionTask.js";
|
|
4
|
-
|
|
5
4
|
//#region src/core/tasks/WaitForTransactionStatusTask.d.ts
|
|
6
5
|
declare class WaitForTransactionStatusTask extends BaseStepExecutionTask {
|
|
7
6
|
readonly actionType: ExecutionActionType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WaitForTransactionStatusTask.d.ts","names":[],"sources":["../../../../src/core/tasks/WaitForTransactionStatusTask.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"WaitForTransactionStatusTask.d.ts","names":[],"sources":["../../../../src/core/tasks/WaitForTransactionStatusTask.ts"],"mappings":";;;;cASa,qCAAqC;WACvC,YAAY;EAErB,YAAY,YAAY;EAKxB,IAAU,SAAS,sBAAsB,QAAQ"}
|
|
@@ -1,29 +1,28 @@
|
|
|
1
1
|
import { SDKClient } from "../../../types/core.js";
|
|
2
2
|
import { LiFiStep } from "@lifi/types";
|
|
3
|
-
|
|
4
3
|
//#region src/core/tasks/helpers/checkBalance.d.ts
|
|
5
4
|
type CheckBalanceOptions = {
|
|
6
5
|
/**
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
* Set to `false` when outer-tx gas is paid by something other than
|
|
7
|
+
* `walletAddress` (SCA executor, 4337 bundler / paymaster, relayer):
|
|
8
|
+
* `gasPart` is excluded from the sufficiency check and slippage rescue.
|
|
9
|
+
* Source amount and non-included fees (e.g. LZ `msg.value`) are still
|
|
10
|
+
* verified. Defaults to `true` (strict, today's behavior).
|
|
11
|
+
*/
|
|
13
12
|
walletPaysGas?: boolean;
|
|
14
13
|
};
|
|
15
14
|
/**
|
|
16
|
-
* Verifies that the wallet holds enough of every token required to execute
|
|
17
|
-
* the step on its source chain — the source-token amount, any gas costs, and
|
|
18
|
-
* any non-included fee costs. Reads all balances in one batched provider
|
|
19
|
-
* call, retries within a bounded budget to absorb transient RPC failures and
|
|
20
|
-
* post-confirmation propagation lag, and applies slippage to the source-token
|
|
21
|
-
* portion only as a last resort (overhead is never trimmed).
|
|
22
|
-
*
|
|
23
|
-
* Throws BalanceError("The balance is too low.") on a genuine shortfall, or
|
|
24
|
-
* BalanceError("Could not read wallet balance.") if the balance can't be read
|
|
25
|
-
* after retries.
|
|
26
|
-
*/
|
|
15
|
+
* Verifies that the wallet holds enough of every token required to execute
|
|
16
|
+
* the step on its source chain — the source-token amount, any gas costs, and
|
|
17
|
+
* any non-included fee costs. Reads all balances in one batched provider
|
|
18
|
+
* call, retries within a bounded budget to absorb transient RPC failures and
|
|
19
|
+
* post-confirmation propagation lag, and applies slippage to the source-token
|
|
20
|
+
* portion only as a last resort (overhead is never trimmed).
|
|
21
|
+
*
|
|
22
|
+
* Throws BalanceError("The balance is too low.") on a genuine shortfall, or
|
|
23
|
+
* BalanceError("Could not read wallet balance.") if the balance can't be read
|
|
24
|
+
* after retries.
|
|
25
|
+
*/
|
|
27
26
|
declare const checkBalance: (client: SDKClient, walletAddress: string, step: LiFiStep, options?: CheckBalanceOptions) => Promise<void>;
|
|
28
27
|
//#endregion
|
|
29
28
|
export { CheckBalanceOptions, checkBalance };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkBalance.d.ts","names":[],"sources":["../../../../../src/core/tasks/helpers/checkBalance.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"checkBalance.d.ts","names":[],"sources":["../../../../../src/core/tasks/helpers/checkBalance.ts"],"mappings":";;;KAsBY;;;;;;;;EAQV;;;;;;;;;;;;;;cAeW,eACX,QAAQ,WACR,uBACA,MAAM,UACN,UAAS,wBACR"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ExecutionOptions, LiFiStepExtended } from "../../../types/core.js";
|
|
2
|
-
|
|
3
2
|
//#region src/core/tasks/helpers/getTransactionRequestData.d.ts
|
|
4
3
|
declare const getTransactionRequestData: (step: LiFiStepExtended, executionOptions?: ExecutionOptions) => Promise<string>;
|
|
5
4
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTransactionRequestData.d.ts","names":[],"sources":["../../../../../src/core/tasks/helpers/getTransactionRequestData.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"getTransactionRequestData.d.ts","names":[],"sources":["../../../../../src/core/tasks/helpers/getTransactionRequestData.ts"],"mappings":";;cAQa,4BACX,MAAM,kBACN,mBAAmB,qBAClB"}
|
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
import { ExecutionOptions } from "../../../types/core.js";
|
|
2
2
|
import { StatusManager } from "../../StatusManager.js";
|
|
3
3
|
import { LiFiStep } from "@lifi/types";
|
|
4
|
-
|
|
5
4
|
//#region src/core/tasks/helpers/stepComparison.d.ts
|
|
6
5
|
/**
|
|
7
|
-
* This method checks whether the new and updated Step meets the required exchange rate conditions.
|
|
8
|
-
* If yes it returns the updated Step.
|
|
9
|
-
* If no and if user interaction is allowed it triggers the acceptExchangeRateUpdateHook. If no user interaction is allowed it aborts.
|
|
10
|
-
* @param statusManager
|
|
11
|
-
* @param oldStep
|
|
12
|
-
* @param newStep
|
|
13
|
-
* @param settings
|
|
14
|
-
* @param allowUserInteraction
|
|
15
|
-
* @param executionOptions
|
|
16
|
-
* @returns Return LiFiStep
|
|
17
|
-
*/
|
|
6
|
+
* This method checks whether the new and updated Step meets the required exchange rate conditions.
|
|
7
|
+
* If yes it returns the updated Step.
|
|
8
|
+
* If no and if user interaction is allowed it triggers the acceptExchangeRateUpdateHook. If no user interaction is allowed it aborts.
|
|
9
|
+
* @param statusManager
|
|
10
|
+
* @param oldStep
|
|
11
|
+
* @param newStep
|
|
12
|
+
* @param settings
|
|
13
|
+
* @param allowUserInteraction
|
|
14
|
+
* @param executionOptions
|
|
15
|
+
* @returns Return LiFiStep
|
|
16
|
+
*/
|
|
18
17
|
declare const stepComparison: (statusManager: StatusManager, oldStep: LiFiStep, newStep: LiFiStep, allowUserInteraction: boolean, executionOptions?: ExecutionOptions) => Promise<LiFiStep>;
|
|
19
18
|
//#endregion
|
|
20
19
|
export { stepComparison };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepComparison.d.ts","names":[],"sources":["../../../../../src/core/tasks/helpers/stepComparison.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"stepComparison.d.ts","names":[],"sources":["../../../../../src/core/tasks/helpers/stepComparison.ts"],"mappings":";;;;;;;;;;;;;;;;cAmBa,iBACX,eAAe,eACf,SAAS,UACT,SAAS,UACT,+BACA,mBAAmB,qBAClB,QAAQ"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ExecutionActionType, SDKClient } from "../../../types/core.js";
|
|
2
2
|
import { StatusManager } from "../../StatusManager.js";
|
|
3
3
|
import { LiFiStep, StatusResponse } from "@lifi/types";
|
|
4
|
-
|
|
5
4
|
//#region src/core/tasks/helpers/waitForTransactionStatus.d.ts
|
|
6
5
|
declare function waitForTransactionStatus(client: SDKClient, statusManager: StatusManager, txHash: string, step: LiFiStep, actionType: ExecutionActionType, interval?: number): Promise<StatusResponse>;
|
|
7
6
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"waitForTransactionStatus.d.ts","names":[],"sources":["../../../../../src/core/tasks/helpers/waitForTransactionStatus.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"waitForTransactionStatus.d.ts","names":[],"sources":["../../../../../src/core/tasks/helpers/waitForTransactionStatus.ts"],"mappings":";;;;iBAUsB,yBACpB,QAAQ,WACR,eAAe,eACf,gBACA,MAAM,UACN,YAAY,qBACZ,oBACC,QAAQ"}
|
package/dist/esm/core/utils.d.ts
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import { RPCUrls } from "../types/core.js";
|
|
2
2
|
import { ChainId, ExtendedChain, LiFiStep } from "@lifi/types";
|
|
3
|
-
|
|
4
3
|
//#region src/core/utils.d.ts
|
|
5
4
|
/**
|
|
6
|
-
* Used to check if changed exchange rate is in the range of slippage threshold.
|
|
7
|
-
* We use a slippage value as a threshold to trigger the rate change hook.
|
|
8
|
-
* This can result in almost doubled slippage for the user and need to be revisited.
|
|
9
|
-
* @param oldStep - old step
|
|
10
|
-
* @param newStep - new step
|
|
11
|
-
* @returns Boolean
|
|
12
|
-
*/
|
|
5
|
+
* Used to check if changed exchange rate is in the range of slippage threshold.
|
|
6
|
+
* We use a slippage value as a threshold to trigger the rate change hook.
|
|
7
|
+
* This can result in almost doubled slippage for the user and need to be revisited.
|
|
8
|
+
* @param oldStep - old step
|
|
9
|
+
* @param newStep - new step
|
|
10
|
+
* @returns Boolean
|
|
11
|
+
*/
|
|
13
12
|
declare function checkStepSlippageThreshold(oldStep: LiFiStep, newStep: LiFiStep): boolean;
|
|
14
13
|
declare function getRpcUrlsFromChains(existingRpcUrls: RPCUrls, chains: ExtendedChain[], skipChains?: ChainId[]): RPCUrls;
|
|
15
14
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","names":[],"sources":["../../../src/core/utils.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"utils.d.ts","names":[],"sources":["../../../src/core/utils.ts"],"mappings":";;;;;;;;;;;iBAcgB,2BACd,SAAS,UACT,SAAS;iBAgBK,qBACd,iBAAiB,SACjB,QAAQ,iBACR,aAAa,YACZ"}
|
|
@@ -2,7 +2,6 @@ import { ExecutionAction } from "../types/core.js";
|
|
|
2
2
|
import { ErrorCode } from "./constants.js";
|
|
3
3
|
import { BaseError } from "./baseError.js";
|
|
4
4
|
import { LiFiStep } from "@lifi/types";
|
|
5
|
-
|
|
6
5
|
//#region src/errors/SDKError.d.ts
|
|
7
6
|
declare class SDKError extends Error {
|
|
8
7
|
step?: LiFiStep;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SDKError.d.ts","names":[],"sources":["../../../src/errors/SDKError.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"SDKError.d.ts","names":[],"sources":["../../../src/errors/SDKError.ts"],"mappings":";;;;;cAQa,iBAAiB;EAC5B,OAAO;EACP,SAAS;EACT,MAAM;WACG;WACA,OAAO;EAEhB,YAAY,OAAO,WAAW,OAAO,UAAU,SAAS"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"baseError.d.ts","names":[],"sources":["../../../src/errors/baseError.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"baseError.d.ts","names":[],"sources":["../../../src/errors/baseError.ts"],"mappings":";;cAKa,kBAAkB;EAC7B,MAAM;WACG,QAAQ;EAEjB,YAAY,MAAM,WAAW,cAAc,iBAAiB,QAAQ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","names":[],"sources":["../../../src/errors/constants.ts"],"mappings":";aAAY
|
|
1
|
+
{"version":3,"file":"constants.d.ts","names":[],"sources":["../../../src/errors/constants.ts"],"mappings":";aAAY;EACV;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;KAGU,YAAY;aAEZ;EACV;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;aAGU;EACV;EACA;EACA;EACA;EACA"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ExecuteStepRetryParams } from "../types/core.js";
|
|
2
2
|
import { LiFiErrorCode } from "./constants.js";
|
|
3
3
|
import { BaseError } from "./baseError.js";
|
|
4
|
-
|
|
5
4
|
//#region src/errors/errors.d.ts
|
|
6
5
|
declare class RPCError extends BaseError {
|
|
7
6
|
constructor(code: LiFiErrorCode, message: string, cause?: Error);
|
|
@@ -25,10 +24,10 @@ declare class ValidationError extends BaseError {
|
|
|
25
24
|
constructor(message: string);
|
|
26
25
|
}
|
|
27
26
|
/**
|
|
28
|
-
* Thrown by a step executor when executeStep should be retried with the given params
|
|
29
|
-
* (e.g. wallet rejected 7702 upgrade → retry with atomicityNotReady).
|
|
30
|
-
* The execution layer catches this and retries executeStep(client, step, retryParams).
|
|
31
|
-
*/
|
|
27
|
+
* Thrown by a step executor when executeStep should be retried with the given params
|
|
28
|
+
* (e.g. wallet rejected 7702 upgrade → retry with atomicityNotReady).
|
|
29
|
+
* The execution layer catches this and retries executeStep(client, step, retryParams).
|
|
30
|
+
*/
|
|
32
31
|
declare class ExecuteStepRetryError extends BaseError {
|
|
33
32
|
readonly retryParams: ExecuteStepRetryParams;
|
|
34
33
|
constructor(message: string, retryParams: ExecuteStepRetryParams, cause?: Error);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.d.ts","names":[],"sources":["../../../src/errors/errors.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"errors.d.ts","names":[],"sources":["../../../src/errors/errors.ts"],"mappings":";;;;cAIa,iBAAiB;EAC5B,YAAY,MAAM,eAAe,iBAAiB,QAAQ;;cAK/C,sBAAsB;EACjC,YAAY,MAAM,eAAe,iBAAiB,QAAQ;;cAK/C,yBAAyB;EACpC,YAAY,MAAM,eAAe,iBAAiB,QAAQ;;cAK/C,qBAAqB;EAChC,YAAY,iBAAiB,QAAQ;;cAK1B,qBAAqB;EAChC,YAAY,iBAAiB,QAAQ;;cAK1B,oBAAoB;EAC/B,YAAY;;cAKD,wBAAwB;EACnC,YAAY;;;;;;;cAUD,8BAA8B;WAChC,aAAa;EAEtB,YACE,iBACA,aAAa,wBACb,QAAQ"}
|
|
@@ -2,7 +2,6 @@ import { ExtendedRequestInit } from "../types/request.js";
|
|
|
2
2
|
import { ErrorName } from "./constants.js";
|
|
3
3
|
import { BaseError } from "./baseError.js";
|
|
4
4
|
import { UnavailableRoutes } from "@lifi/types";
|
|
5
|
-
|
|
6
5
|
//#region src/errors/httpError.d.ts
|
|
7
6
|
interface ServerErrorResponseBody {
|
|
8
7
|
code: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"httpError.d.ts","names":[],"sources":["../../../src/errors/httpError.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"httpError.d.ts","names":[],"sources":["../../../src/errors/httpError.ts"],"mappings":";;;;;UAKU;EACR;EACA;EACA,SAAS;;cAqCE,kBAAkB;EAC7B,UAAiB;EACjB;EACA,KAAY,cAAc;EAC1B,cAAqB;EACrB,OAAc;EACd,eAAsB;EAEtB,YACE,UAAU,UACV,KAAK,cAAc,KACnB,SAAS;EAoBX,0BAAgC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"baseErrorRootCause.d.ts","names":[],"sources":["../../../../src/errors/utils/baseErrorRootCause.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"baseErrorRootCause.d.ts","names":[],"sources":["../../../../src/errors/utils/baseErrorRootCause.ts"],"mappings":";;cAGa,wBAAyB,GAAG,UAAQ;cAQpC,+BAAgC,GAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rootCause.d.ts","names":[],"sources":["../../../../src/errors/utils/rootCause.ts"],"mappings":";cAAa,
|
|
1
|
+
{"version":3,"file":"rootCause.d.ts","names":[],"sources":["../../../../src/errors/utils/rootCause.ts"],"mappings":";cAAa,eAAgB,GAAG,sBAAoB"}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { Action, GetStatusRequest, LiFiStep, QuoteRequest as QuoteRequest$1, RoutesRequest as RoutesRequest$1, SignedLiFiStep } from "@lifi/types";
|
|
2
|
-
|
|
3
2
|
//#region src/types/actions.d.ts
|
|
4
3
|
type GetStatusRequestExtended = GetStatusRequest & {
|
|
5
4
|
fromAddress?: string;
|
|
6
5
|
};
|
|
7
6
|
/**
|
|
8
|
-
* Optional limit-order fields. Supplying them opts a request into limit-order
|
|
9
|
-
* handling; resolution happens on the backend.
|
|
10
|
-
*/
|
|
7
|
+
* Optional limit-order fields. Supplying them opts a request into limit-order
|
|
8
|
+
* handling; resolution happens on the backend.
|
|
9
|
+
*/
|
|
11
10
|
type OrderFields = {
|
|
12
11
|
toAmount?: string;
|
|
13
12
|
validUntil?: number;
|
|
@@ -15,12 +14,13 @@ type OrderFields = {
|
|
|
15
14
|
};
|
|
16
15
|
type RoutesRequest = Omit<RoutesRequest$1, "options"> & OrderFields & {
|
|
17
16
|
options?: RoutesRequest$1["options"] & {
|
|
18
|
-
/** (default: false) Whether to request private routes */
|
|
17
|
+
/** (default: false) Whether to request private routes */
|
|
18
|
+
private?: boolean;
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
21
|
/**
|
|
22
|
-
* A step request that may carry the optional limit-order `action` fields.
|
|
23
|
-
*/
|
|
22
|
+
* A step request that may carry the optional limit-order `action` fields.
|
|
23
|
+
*/
|
|
24
24
|
type LiFiStepRequest = (LiFiStep | SignedLiFiStep) & {
|
|
25
25
|
action: Action & OrderFields;
|
|
26
26
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.d.ts","names":[],"sources":["../../../src/types/actions.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"actions.d.ts","names":[],"sources":["../../../src/types/actions.ts"],"mappings":";;KASY,2BAA2B;EACrC;;;;;;KAOG;EACH;EACA;EACA;;KAGU,gBAAgB,KAAK,8BAC/B;EACE,UAAU;;IAER;;;;;;KAOM,mBAAmB,WAAW;EACxC,QAAQ,SAAS;;KAGP,yBAAyB;KAEzB,uBAAuB,KAAK;EACtC;;KAGU,eAAe,yBAAyB"}
|
package/dist/esm/types/core.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { SDKStorage } from "../core/storage.js";
|
|
2
2
|
import { ExtendedRequestInit } from "./request.js";
|
|
3
3
|
import { ChainId, ChainType, CoinKey, ContractCall, ExtendedChain, FeeCost, GasCost, LiFiStep, Route, RouteOptions, Step, Substatus, Token, TokenAmount } from "@lifi/types";
|
|
4
|
-
|
|
5
4
|
//#region src/types/core.d.ts
|
|
6
5
|
type RequestInterceptor = (request: ExtendedRequestInit) => ExtendedRequestInit | Promise<ExtendedRequestInit>;
|
|
7
6
|
interface SDKBaseConfig {
|
|
@@ -53,9 +52,9 @@ interface InteractionSettings {
|
|
|
53
52
|
allowExecution?: boolean;
|
|
54
53
|
}
|
|
55
54
|
/**
|
|
56
|
-
* Params passed when retrying executeStep after an ExecuteStepRetryError.
|
|
57
|
-
* Providers can use this to pass strategy-specific retry options (e.g. atomicityNotReady for Ethereum 7702).
|
|
58
|
-
*/
|
|
55
|
+
* Params passed when retrying executeStep after an ExecuteStepRetryError.
|
|
56
|
+
* Providers can use this to pass strategy-specific retry options (e.g. atomicityNotReady for Ethereum 7702).
|
|
57
|
+
*/
|
|
59
58
|
type ExecuteStepRetryParams = Record<string, unknown>;
|
|
60
59
|
interface StepExecutor {
|
|
61
60
|
allowUserInteraction: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"core.d.ts","names":[],"sources":["../../../src/types/core.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"core.d.ts","names":[],"sources":["../../../src/types/core.ts"],"mappings":";;;;KAmBY,sBACV,SAAS,wBACN,sBAAsB,QAAQ;UAElB;EACf;EACA;EACA;EACA;EACA,eAAe;EACf,mBAAmB;EACnB,SAAS;EACT;EACA;EACA;EACA;EACA;EACA,qBAAqB;EACrB,UAAU;;UAGK,kBAAkB,QAAQ,KAAK;EAC9C;EACA,YAAY;;KAGF,UAAU,QAAQ,OAAO;UAEpB;WACN,MAAM;EACf,UAAU;EACV,eACE,cACA,QAAQ,WACR,UAAU,SACV,QAAQ,UACP;EACH,gBAAgB,SAAS,sBAAsB,QAAQ;EACvD,WACE,QAAQ,WACR,uBACA,QAAQ,UACP,QAAQ;;UAGI;EACf,QAAQ;EACR,WAAW;EACX,YAAY,MAAM,YAAY;EAC9B,aAAa,WAAW;EACxB,UAAU,QAAQ;EAClB,aAAa,QAAQ;EACrB,aAAa,SAAS,UAAU,QAAQ;EACxC,cAAc,QAAQ;EACtB,oBAAoB,SAAS,UAAU;;UAGxB;EACf;EACA,mBAAmB;;UAGJ;EACf;EACA;EACA;;;;;;KAOU,yBAAyB;UAEpB;EACf;EACA;EACA,eAAe,WAAW;EAC1B,YACE,QAAQ,WACR,MAAM,kBACN,cAAc,yBACb,QAAQ;;UAGI;EACf,OAAO;EACP,WAAW;EACX,mBAAmB;;KAGT,+BAA+B,QACzC,eAAe;UAGA,sBAAsB,KAAK;EAC1C,OAAO;;UAGQ,yBAAyB;EACxC,YAAY;;KAGF,eAAe;EACzB,YAAY;;KAGF;EACV;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;KAGU,2BAA2B,QAAQ,eAAe,QAAQ;KAE1D,mBAAmB,cAAc;UAE5B,qCAAqC;EACpD;;KAGU,gCACV,kBAAkB,iCACf,QAAQ;UAEI;EACf,SAAS;EACT;EACA;EACA;EACA;;KAGU,4BACV,QAAQ,mCACL;UAEY;EACf,SAAS;EACT;EACA;;KAGU,gCACV,QAAQ,6BACL;UAEY;EACf;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;UAGe;EACf;EACA;;UAGe;EACf,eAAe;EACf;EACA,eAAe;;KAGL,wBACV,QAAQ,uBACL,QAAQ;UAEI;EACf,+BAA+B;EAC/B,kBAAkB;EAClB,+BAA+B;EAC/B,mBAAmB;EACnB;EACA;;KAGU;KAEA;KAUA;KAUA;EACV,MAAM;EACN,QAAQ;EACR;EACA,YAAY;EACZ;EACA;EACA;EACA;EACA;EACA,SAAS;EACT;EAEA;IAAU;IAAuB;IAAiB;;;UAGnC;EACf;EACA;EACA,QAAQ;EACR,SAAS,MAAM;EACf;EACA;EACA,UAAU;EACV,WAAW;EACX,WAAW;EACX;EACA;EAEA;IAAU;IAAuB;IAAiB;;;KAGxC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ExecuteStepRetryParams, ExecutionOptions, LiFiStepExtended, SDKClient } from "./core.js";
|
|
2
2
|
import { StatusManager } from "../core/StatusManager.js";
|
|
3
3
|
import { ExtendedChain } from "@lifi/types";
|
|
4
|
-
|
|
5
4
|
//#region src/types/execution.d.ts
|
|
6
5
|
interface StepExecutorBaseContext {
|
|
7
6
|
statusManager: StatusManager;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execution.d.ts","names":[],"sources":["../../../src/types/execution.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"execution.d.ts","names":[],"sources":["../../../src/types/execution.ts"],"mappings":";;;;UASiB;EACf,eAAe;EACf,mBAAmB;EACnB,WAAW;EACX,SAAS;EACT;EACA,QAAQ;EACR,MAAM;EACN;EACA,cAAc;;UAGC,4BAA4B;EAC3C;;UAGe,WAAW,WAAW;EACrC,QAAQ;;EAER,UAAU;;KAGA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"request.d.ts","names":[],"sources":["../../../src/types/request.ts"],"mappings":";UAAiB,
|
|
1
|
+
{"version":3,"file":"request.d.ts","names":[],"sources":["../../../src/types/request.ts"],"mappings":";UAAiB,4BAA4B;EAC3C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkPackageUpdates.d.ts","names":[],"sources":["../../../src/utils/checkPackageUpdates.ts"],"mappings":";cAEa,
|
|
1
|
+
{"version":3,"file":"checkPackageUpdates.d.ts","names":[],"sources":["../../../src/utils/checkPackageUpdates.ts"],"mappings":";cAEa,sBACX,sBACA,4BACC"}
|
|
@@ -4,7 +4,7 @@ const checkPackageUpdates = async (packageName, packageVersion) => {
|
|
|
4
4
|
try {
|
|
5
5
|
const pkgName = packageName ?? "@lifi/sdk";
|
|
6
6
|
const latestVersion = (await (await fetch(`https://registry.npmjs.org/${pkgName}/latest`)).json()).version;
|
|
7
|
-
const currentVersion = packageVersion ?? "4.
|
|
7
|
+
const currentVersion = packageVersion ?? "4.2.0";
|
|
8
8
|
if (latestVersion > currentVersion) console.warn(`${pkgName}: new package version is available. Please update as soon as possible to enjoy the newest features. Current version: ${currentVersion}. Latest version: ${latestVersion}.`);
|
|
9
9
|
} catch (_error) {}
|
|
10
10
|
};
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
import { LiFiStep, Route } from "@lifi/types";
|
|
2
|
-
|
|
3
2
|
//#region src/utils/convertQuoteToRoute.d.ts
|
|
4
3
|
interface ConvertQuoteToRouteOptions {
|
|
5
4
|
/**
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
* When true, if the quote has zero output values (toAmount, toAmountMin, toAmountUSD),
|
|
6
|
+
* use the values from the previous included step that has non-zero output.
|
|
7
|
+
*/
|
|
9
8
|
adjustZeroOutputFromPreviousStep?: boolean;
|
|
10
9
|
}
|
|
11
10
|
declare function formatTokenPrice(amount?: string | bigint, price?: string, decimals?: number): number;
|
|
12
11
|
/**
|
|
13
|
-
* Converts a quote to Route
|
|
14
|
-
* @param quote - Step returned from the quote endpoint.
|
|
15
|
-
* @param options - Optional configuration for handling edge cases.
|
|
16
|
-
* @returns - The route to be executed.
|
|
17
|
-
* @throws {BaseError} Throws a ValidationError if the step has missing values.
|
|
18
|
-
*/
|
|
12
|
+
* Converts a quote to Route
|
|
13
|
+
* @param quote - Step returned from the quote endpoint.
|
|
14
|
+
* @param options - Optional configuration for handling edge cases.
|
|
15
|
+
* @returns - The route to be executed.
|
|
16
|
+
* @throws {BaseError} Throws a ValidationError if the step has missing values.
|
|
17
|
+
*/
|
|
19
18
|
declare const convertQuoteToRoute: (quote: LiFiStep, options?: ConvertQuoteToRouteOptions) => Route;
|
|
20
19
|
//#endregion
|
|
21
20
|
export { convertQuoteToRoute, formatTokenPrice };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"convertQuoteToRoute.d.ts","names":[],"sources":["../../../src/utils/convertQuoteToRoute.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"convertQuoteToRoute.d.ts","names":[],"sources":["../../../src/utils/convertQuoteToRoute.ts"],"mappings":";;UAKU;;;;;EAKR;;iBAoDc,iBACd,0BACA,gBACA;;;;;;;;cAwBW,sBACX,OAAO,UACP,UAAU,+BACT"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decode.d.ts","names":[],"sources":["../../../src/utils/decode.ts"],"mappings":";cAAa,
|
|
1
|
+
{"version":3,"file":"decode.d.ts","names":[],"sources":["../../../src/utils/decode.ts"],"mappings":";cAAa,eAAgB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetchTxErrorDetails.d.ts","names":[],"sources":["../../../src/utils/fetchTxErrorDetails.ts"],"mappings":";cAAa,
|
|
1
|
+
{"version":3,"file":"fetchTxErrorDetails.d.ts","names":[],"sources":["../../../src/utils/fetchTxErrorDetails.ts"],"mappings":";cAAa,sBACX,gBACA,oBACC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
//#region src/utils/formatUnits.d.ts
|
|
2
2
|
/**
|
|
3
|
-
* Divides a number by a given exponent of base 10 (10exponent), and formats it into a string representation of the number.
|
|
4
|
-
*/
|
|
3
|
+
* Divides a number by a given exponent of base 10 (10exponent), and formats it into a string representation of the number.
|
|
4
|
+
*/
|
|
5
5
|
declare function formatUnits(value: bigint, decimals: number): string;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { formatUnits };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formatUnits.d.ts","names":[],"sources":["../../../src/utils/formatUnits.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"formatUnits.d.ts","names":[],"sources":["../../../src/utils/formatUnits.ts"],"mappings":";;;;iBAGgB,YAAY,eAAe"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { SDKClient } from "../types/core.js";
|
|
2
2
|
import { LiFiStep } from "@lifi/types";
|
|
3
|
-
|
|
4
3
|
//#region src/utils/getTransactionMessage.d.ts
|
|
5
4
|
declare const getTransactionFailedMessage: (client: SDKClient, step: LiFiStep, txLink?: string) => Promise<string>;
|
|
6
5
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTransactionMessage.d.ts","names":[],"sources":["../../../src/utils/getTransactionMessage.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"getTransactionMessage.d.ts","names":[],"sources":["../../../src/utils/getTransactionMessage.ts"],"mappings":";;;cAGa,8BACX,QAAQ,WACR,MAAM,UACN,oBACC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isHex.d.ts","names":[],"sources":["../../../src/utils/isHex.ts"],"mappings":";KAAY
|
|
1
|
+
{"version":3,"file":"isHex.d.ts","names":[],"sources":["../../../src/utils/isHex.ts"],"mappings":";KAAY;iBAEI,MACd,kBACE;EAAmB;IACpB,SAAS"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isRoutesRequest.d.ts","names":[],"sources":["../../../src/utils/isRoutesRequest.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"isRoutesRequest.d.ts","names":[],"sources":["../../../src/utils/isRoutesRequest.ts"],"mappings":";;cAOa,kBACX,eAAe,kBACd,iBAAiB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isStep.d.ts","names":[],"sources":["../../../src/utils/isStep.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"isStep.d.ts","names":[],"sources":["../../../src/utils/isStep.ts"],"mappings":";;cAiCa,SAAU,MAAM,aAAW,QAAQ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isToken.d.ts","names":[],"sources":["../../../src/utils/isToken.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"isToken.d.ts","names":[],"sources":["../../../src/utils/isToken.ts"],"mappings":";;cAEa,UAAW,OAAO,gBAAc,SAAS"}
|