@aurora-is-near/intents-swap-widget 3.14.0 → 3.14.1
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/{config-CeOg2QLU.js → config-QBojKcju.js} +584 -569
- package/dist/config-QBojKcju.js.map +1 -0
- package/dist/config.js +1 -1
- package/dist/errors.js +1 -1
- package/dist/ext/alchemy/index.js +1 -1
- package/dist/ext/index.js +1 -1
- package/dist/features/BalanceRpcLoader/TokenBalanceLoader.js +1 -1
- package/dist/features/BalanceRpcLoader/index.js +1 -1
- package/dist/features/BalanceRpcLoader/useTokenBalanceRpc.js +1 -1
- package/dist/features/ChainsDropdown/index.js +31 -31
- package/dist/features/ChainsDropdown/index.js.map +1 -1
- package/dist/features/DepositMethodSwitcher.js +1 -1
- package/dist/features/ErrorBoundary.js +1 -1
- package/dist/features/ExternalDeposit.js +1 -1
- package/dist/features/SendAddress/index.js +1 -1
- package/dist/features/SendAddress/useNotification.js +1 -1
- package/dist/features/SubmitButton/index.js +1 -1
- package/dist/features/SuccessScreen/index.js +1 -1
- package/dist/features/SwapDirectionSwitcher.js +1 -1
- package/dist/features/SwapQuote/SwapQuote.js +1 -1
- package/dist/features/SwapQuote/index.js +1 -1
- package/dist/features/TokenInput/TokenInput.js +1 -1
- package/dist/features/TokenInput/TokenInputEmpty.js +1 -1
- package/dist/features/TokenInput/TokenInputSource.js +1 -1
- package/dist/features/TokenInput/TokenInputTarget.js +1 -1
- package/dist/features/TokenInput/WalletBalance.js +1 -1
- package/dist/features/TokenInput/hooks/index.js +1 -1
- package/dist/features/TokenInput/hooks/useTokenInputBalance.js +1 -1
- package/dist/features/TokenInput/index.js +1 -1
- package/dist/features/TokensList/TokenItem.js +1 -1
- package/dist/features/TokensList/TokensList.js +1 -1
- package/dist/features/TokensList/index.js +1 -1
- package/dist/features/TokensModal.js +1 -1
- package/dist/features/WalletCompatibilityCheck/WalletCompatibilityModal.js +1 -1
- package/dist/features/WalletCompatibilityCheck/index.js +1 -1
- package/dist/features/index.js +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/useAllTokens.js +1 -1
- package/dist/hooks/useChains.js +1 -1
- package/dist/hooks/useCompatibilityCheck.js +1 -1
- package/dist/hooks/useDefaultToken.js +1 -1
- package/dist/hooks/useExternalDepositStatus/index.js +1 -1
- package/dist/hooks/useExternalDepositStatus/usePoaExternalDepositStatus.js +1 -1
- package/dist/hooks/useIntentsBalance.js +1 -1
- package/dist/hooks/useIsCompatibilityCheckRequired.js +1 -1
- package/dist/hooks/useMakeDepositAddress.js +1 -1
- package/dist/hooks/useMakeIntentsTransfer.js +3 -2
- package/dist/hooks/useMakeIntentsTransfer.js.map +1 -1
- package/dist/hooks/useMakeNEARFtTransferCall.js +1 -1
- package/dist/hooks/useMakeQuote.js +1 -1
- package/dist/hooks/useMakeQuoteTransfer.js +1 -1
- package/dist/hooks/useMakeTransfer.js +1 -1
- package/dist/hooks/useMergedBalance.js +1 -1
- package/dist/hooks/useSwitchChain.js +1 -1
- package/dist/hooks/useTheme.js +1 -1
- package/dist/hooks/useTokenInputPair.js +1 -1
- package/dist/hooks/useTokens.js +1 -1
- package/dist/hooks/useTokensFiltered.js +1 -1
- package/dist/hooks/useTokensIntentsUnique.js +1 -1
- package/dist/index.js +1 -1
- package/dist/machine/effects/index.js +1 -1
- package/dist/machine/effects/useAlchemyBalanceEffect.js +1 -1
- package/dist/machine/effects/useBalancesUpdateEffect.js +1 -1
- package/dist/machine/effects/useMakeQuoteEffect.js +1 -1
- package/dist/machine/effects/useSelectedTokensEffect.js +1 -1
- package/dist/machine/effects/useSetTokenBalanceEffect.js +1 -1
- package/dist/machine/effects/useSetTokenIntentsTargetEffect.js +1 -1
- package/dist/machine/effects/useWalletConnEffect.js +1 -1
- package/dist/machine/errors.d.ts +5 -0
- package/dist/machine/errors.js.map +1 -1
- package/dist/machine/events/index.js +1 -1
- package/dist/machine/events/tokenSelect.js +1 -1
- package/dist/machine/events/validateInputAndMoveTo.js +1 -1
- package/dist/machine/events/validateInputs.js +1 -1
- package/dist/machine/index.js +1 -1
- package/dist/machine/snap.d.ts +15 -0
- package/dist/machine/snap.js +1 -1
- package/dist/machine/subscriptions/checkers/isSendAddressAsConnected.js +1 -1
- package/dist/machine/subscriptions/index.js +1 -1
- package/dist/theme/ThemeProvider.js +1 -1
- package/dist/utils/intents/signers/near.js +1 -1
- package/dist/utils/intents/signers/privy.js +1 -1
- package/dist/utils/near/getNearNep141StorageBalance.js +1 -1
- package/dist/widgets/WidgetDeposit/WidgetDepositContent.js +1 -1
- package/dist/widgets/WidgetDeposit/WidgetDepositSkeleton.js +1 -1
- package/dist/widgets/WidgetSwap/WidgetSwapContent.js +1 -1
- package/dist/widgets/WidgetSwap/WidgetSwapSkeleton.js +1 -1
- package/dist/widgets/WidgetWithdraw/WidgetWithdrawContent.js +1 -1
- package/dist/widgets/WidgetWithdraw/WidgetWithdrawSkeleton.js +1 -1
- package/package.json +1 -1
- package/src/features/ChainsDropdown/index.tsx +1 -1
- package/src/features/SubmitButton/index.tsx +4 -1
- package/src/features/TokensList/TokensList.tsx +1 -1
- package/src/hooks/useMakeIntentsTransfer.ts +22 -0
- package/src/machine/errors.ts +1 -0
- package/dist/config-CeOg2QLU.js.map +0 -1
|
@@ -3,7 +3,7 @@ import "change-case";
|
|
|
3
3
|
import "@defuse-protocol/one-click-sdk-typescript";
|
|
4
4
|
import "axios";
|
|
5
5
|
import "../logger.js";
|
|
6
|
-
import { h as M } from "../config-
|
|
6
|
+
import { h as M } from "../config-QBojKcju.js";
|
|
7
7
|
import "../network.js";
|
|
8
8
|
import "../machine/guards/index.js";
|
|
9
9
|
import "../constants/tokens.js";
|
|
@@ -8,7 +8,7 @@ import "../utils/cn.js";
|
|
|
8
8
|
import "./useMakeEvmTransfer.js";
|
|
9
9
|
import "../utils/evm/isEvmAddress.js";
|
|
10
10
|
import "./useMakeSolanaTransfer.js";
|
|
11
|
-
import { j as Q } from "../config-
|
|
11
|
+
import { j as Q } from "../config-QBojKcju.js";
|
|
12
12
|
import "../utils/solana/isSolanaAddress.js";
|
|
13
13
|
import "../logger.js";
|
|
14
14
|
import "../constants/tokens.js";
|
package/dist/hooks/useTheme.js
CHANGED
package/dist/hooks/useTokens.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import "@tanstack/react-query";
|
|
3
3
|
import "@defuse-protocol/one-click-sdk-typescript";
|
|
4
|
-
import { n } from "../config-
|
|
4
|
+
import { n } from "../config-QBojKcju.js";
|
|
5
5
|
import "../constants/tokens.js";
|
|
6
6
|
import "../constants/chains.js";
|
|
7
7
|
import "../utils/checkers/isValidChain.js";
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as o, M as t, Q as s, S as a, o as n, p, T as f, q as m, w as i, W as u, v as x, x as d, r as c, t as S, e as l, d as k, u as T, f as g, g as h, h as B, j as C, i as E, k as M, a as I, c as W, l as w, n as D, m as A, b as v } from "./config-
|
|
1
|
+
import { B as o, M as t, Q as s, S as a, o as n, p, T as f, q as m, w as i, W as u, v as x, x as d, r as c, t as S, e as l, d as k, u as T, f as g, g as h, h as B, j as C, i as E, k as M, a as I, c as W, l as w, n as D, m as A, b as v } from "./config-QBojKcju.js";
|
|
2
2
|
import { DEFAULT_RPCS as y } from "./rpcs.js";
|
|
3
3
|
import { Accordion as L } from "./components/Accordion.js";
|
|
4
4
|
import { Badge as R } from "./components/Badge.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import "../../logger.js";
|
|
3
3
|
import "../guards/checks/isDryQuote.js";
|
|
4
|
-
import { P as a } from "../../config-
|
|
4
|
+
import { P as a } from "../../config-QBojKcju.js";
|
|
5
5
|
import "../guards/index.js";
|
|
6
6
|
import "../machine.js";
|
|
7
7
|
import "../events/utils/fireEvent.js";
|
|
@@ -2,7 +2,7 @@ import "react";
|
|
|
2
2
|
import "../../utils/solana/isSolanaAddress.js";
|
|
3
3
|
import "../../utils/evm/isEvmAddress.js";
|
|
4
4
|
import "../../utils/near/isNearAddress.js";
|
|
5
|
-
import { R as l } from "../../config-
|
|
5
|
+
import { R as l } from "../../config-QBojKcju.js";
|
|
6
6
|
import "../../utils/tokens/getMainTokenByChain.js";
|
|
7
7
|
import "../../utils/tokens/getDefaultIntentsToken.js";
|
|
8
8
|
import "../../utils/tokens/getTokenWithHighBalance.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import "../../hooks/useWalletAddressForToken.js";
|
|
3
|
-
import { I as f } from "../../config-
|
|
3
|
+
import { I as f } from "../../config-QBojKcju.js";
|
|
4
4
|
import "../guards/index.js";
|
|
5
5
|
import "../machine.js";
|
|
6
6
|
import "../events/utils/fireEvent.js";
|
package/dist/machine/errors.d.ts
CHANGED
|
@@ -72,6 +72,11 @@ export type InputValidWalletError = InputValidDryError | {
|
|
|
72
72
|
code: 'QUOTE_NO_ONE_TIME_ADDRESS';
|
|
73
73
|
};
|
|
74
74
|
export type QuoteSuccessDirectTransferError = {
|
|
75
|
+
code: 'MIN_WITHDRAWAL_AMOUNT_ERROR';
|
|
76
|
+
meta: {
|
|
77
|
+
minAmount?: string;
|
|
78
|
+
};
|
|
79
|
+
} | {
|
|
75
80
|
code: 'DIRECT_TRANSFER_ERROR';
|
|
76
81
|
meta?: {
|
|
77
82
|
message?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.js","sources":["../../src/machine/errors.ts"],"sourcesContent":["import type { Chains } from '@/types/chain';\n\nexport type InitialDryStateError =\n | { code: 'SOURCE_TOKEN_IS_EMPTY' }\n | { code: 'TARGET_TOKEN_IS_EMPTY' }\n | { code: 'SOURCE_TOKEN_AMOUNT_IS_EMPTY' }\n | { code: 'SOURCE_BALANCE_INSUFFICIENT' };\n\nexport type InitialInternalStateError =\n | InitialDryStateError\n | { code: 'SOURCE_TOKEN_NOT_INTENT' }\n | { code: 'INVALID_SOURCE_BALANCE' };\n\ntype SendAddressValidationError =\n | {\n code: 'SEND_ADDRESS_IS_NOT_VERIFIED';\n meta: { address: string; chain: Chains };\n }\n | {\n code: 'SEND_ADDRESS_IS_NOT_FOUND';\n meta: { address: string; chain: Chains };\n };\n\nexport type InitialExternalStateError =\n | InitialDryStateError\n | SendAddressValidationError\n | { code: 'SOURCE_TOKEN_IS_INTENT' }\n | { code: 'INVALID_SOURCE_BALANCE' }\n | { code: 'SEND_ADDRESS_IS_EMPTY' }\n | {\n code: 'SEND_ADDRESS_IS_INVALID';\n meta: { address: string; chain: Chains };\n };\n\nexport type InputValidDryError =\n | { code: 'NO_NEAR_TOKEN_FOUND'; meta: { symbol: string } }\n | { code: 'TOKEN_IS_NOT_SUPPORTED' }\n | { code: 'QUOTE_FAILED'; meta: { message: string } }\n | { code: 'QUOTE_INVALID'; meta: { isDry: boolean } }\n | { code: 'QUOTE_INVALID_INITIAL'; meta: { isDry: boolean; message: string } }\n | {\n code: 'QUOTE_AMOUNT_IS_TOO_LOW';\n meta: { minAmount?: string };\n };\n\nexport type InputValidWalletError =\n | InputValidDryError\n | { code: 'QUOTE_NO_ONE_TIME_ADDRESS' };\n\nexport type QuoteSuccessDirectTransferError =\n | { code: 'DIRECT_TRANSFER_ERROR'; meta?: { message?: string } }\n | { code: 'BRIDGE_SDK_FAILED' }\n | { code: 'FEES_NOT_ESTIMATED' };\n\nexport type QuoteSuccessTransferError =\n | { code: 'NO_QUOTE_FOUND' }\n | { code: 'NO_DEPOSIT_RESULT' }\n | { code: 'QUOTE_ERROR'; meta: { message: string } }\n | { code: 'TRANSFER_INVALID_INITIAL'; meta: { message: string } }\n | { code: 'EXTERNAL_TRANSFER_FAILED' }\n | { code: 'EXTERNAL_TRANSFER_REFUNDED' }\n | { code: 'EXTERNAL_TRANSFER_INCOMPLETE' };\n\nexport type QuoteSuccessError =\n | QuoteSuccessDirectTransferError\n | QuoteSuccessTransferError;\n\nexport type ErrorType =\n | InitialDryStateError\n | InitialInternalStateError\n | InitialExternalStateError\n | InputValidDryError\n | InputValidWalletError\n | QuoteSuccessError;\n\nexport const QUOTE_ERRORS: Array<\n InputValidDryError['code'] | InputValidWalletError['code']\n> = [\n 'NO_NEAR_TOKEN_FOUND',\n 'TOKEN_IS_NOT_SUPPORTED',\n 'QUOTE_FAILED',\n 'QUOTE_INVALID',\n 'QUOTE_INVALID_INITIAL',\n 'QUOTE_AMOUNT_IS_TOO_LOW',\n 'QUOTE_NO_ONE_TIME_ADDRESS',\n];\n\nexport const TRANSFER_ERRORS: Array<\n QuoteSuccessDirectTransferError['code'] | QuoteSuccessTransferError['code']\n> = [\n 'DIRECT_TRANSFER_ERROR',\n 'BRIDGE_SDK_FAILED',\n 'FEES_NOT_ESTIMATED',\n 'NO_QUOTE_FOUND',\n 'NO_DEPOSIT_RESULT',\n 'QUOTE_ERROR',\n 'TRANSFER_INVALID_INITIAL',\n 'EXTERNAL_TRANSFER_FAILED',\n 'EXTERNAL_TRANSFER_REFUNDED',\n 'EXTERNAL_TRANSFER_INCOMPLETE',\n];\n\nexport const SEND_ADDRESS_VALIDATION_ERRORS: Array<\n SendAddressValidationError['code']\n> = ['SEND_ADDRESS_IS_NOT_VERIFIED', 'SEND_ADDRESS_IS_NOT_FOUND'];\n\nexport const isQuoteError = (\n error: ErrorType,\n): error is InputValidDryError | InputValidWalletError => {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n return QUOTE_ERRORS.includes(error.code as any);\n};\n\nexport const isTransferError = (\n error: ErrorType,\n): error is QuoteSuccessError => {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n return TRANSFER_ERRORS.includes(error.code as any);\n};\n\nexport const isAsyncSendAddressValidationError = (\n error: ErrorType,\n): error is SendAddressValidationError => {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n return SEND_ADDRESS_VALIDATION_ERRORS.includes(error.code as any);\n};\n"],"names":["QUOTE_ERRORS","TRANSFER_ERRORS","SEND_ADDRESS_VALIDATION_ERRORS","isQuoteError","error","isTransferError","isAsyncSendAddressValidationError"],"mappings":"
|
|
1
|
+
{"version":3,"file":"errors.js","sources":["../../src/machine/errors.ts"],"sourcesContent":["import type { Chains } from '@/types/chain';\n\nexport type InitialDryStateError =\n | { code: 'SOURCE_TOKEN_IS_EMPTY' }\n | { code: 'TARGET_TOKEN_IS_EMPTY' }\n | { code: 'SOURCE_TOKEN_AMOUNT_IS_EMPTY' }\n | { code: 'SOURCE_BALANCE_INSUFFICIENT' };\n\nexport type InitialInternalStateError =\n | InitialDryStateError\n | { code: 'SOURCE_TOKEN_NOT_INTENT' }\n | { code: 'INVALID_SOURCE_BALANCE' };\n\ntype SendAddressValidationError =\n | {\n code: 'SEND_ADDRESS_IS_NOT_VERIFIED';\n meta: { address: string; chain: Chains };\n }\n | {\n code: 'SEND_ADDRESS_IS_NOT_FOUND';\n meta: { address: string; chain: Chains };\n };\n\nexport type InitialExternalStateError =\n | InitialDryStateError\n | SendAddressValidationError\n | { code: 'SOURCE_TOKEN_IS_INTENT' }\n | { code: 'INVALID_SOURCE_BALANCE' }\n | { code: 'SEND_ADDRESS_IS_EMPTY' }\n | {\n code: 'SEND_ADDRESS_IS_INVALID';\n meta: { address: string; chain: Chains };\n };\n\nexport type InputValidDryError =\n | { code: 'NO_NEAR_TOKEN_FOUND'; meta: { symbol: string } }\n | { code: 'TOKEN_IS_NOT_SUPPORTED' }\n | { code: 'QUOTE_FAILED'; meta: { message: string } }\n | { code: 'QUOTE_INVALID'; meta: { isDry: boolean } }\n | { code: 'QUOTE_INVALID_INITIAL'; meta: { isDry: boolean; message: string } }\n | {\n code: 'QUOTE_AMOUNT_IS_TOO_LOW';\n meta: { minAmount?: string };\n };\n\nexport type InputValidWalletError =\n | InputValidDryError\n | { code: 'QUOTE_NO_ONE_TIME_ADDRESS' };\n\nexport type QuoteSuccessDirectTransferError =\n | { code: 'MIN_WITHDRAWAL_AMOUNT_ERROR'; meta: { minAmount?: string } }\n | { code: 'DIRECT_TRANSFER_ERROR'; meta?: { message?: string } }\n | { code: 'BRIDGE_SDK_FAILED' }\n | { code: 'FEES_NOT_ESTIMATED' };\n\nexport type QuoteSuccessTransferError =\n | { code: 'NO_QUOTE_FOUND' }\n | { code: 'NO_DEPOSIT_RESULT' }\n | { code: 'QUOTE_ERROR'; meta: { message: string } }\n | { code: 'TRANSFER_INVALID_INITIAL'; meta: { message: string } }\n | { code: 'EXTERNAL_TRANSFER_FAILED' }\n | { code: 'EXTERNAL_TRANSFER_REFUNDED' }\n | { code: 'EXTERNAL_TRANSFER_INCOMPLETE' };\n\nexport type QuoteSuccessError =\n | QuoteSuccessDirectTransferError\n | QuoteSuccessTransferError;\n\nexport type ErrorType =\n | InitialDryStateError\n | InitialInternalStateError\n | InitialExternalStateError\n | InputValidDryError\n | InputValidWalletError\n | QuoteSuccessError;\n\nexport const QUOTE_ERRORS: Array<\n InputValidDryError['code'] | InputValidWalletError['code']\n> = [\n 'NO_NEAR_TOKEN_FOUND',\n 'TOKEN_IS_NOT_SUPPORTED',\n 'QUOTE_FAILED',\n 'QUOTE_INVALID',\n 'QUOTE_INVALID_INITIAL',\n 'QUOTE_AMOUNT_IS_TOO_LOW',\n 'QUOTE_NO_ONE_TIME_ADDRESS',\n];\n\nexport const TRANSFER_ERRORS: Array<\n QuoteSuccessDirectTransferError['code'] | QuoteSuccessTransferError['code']\n> = [\n 'DIRECT_TRANSFER_ERROR',\n 'BRIDGE_SDK_FAILED',\n 'FEES_NOT_ESTIMATED',\n 'NO_QUOTE_FOUND',\n 'NO_DEPOSIT_RESULT',\n 'QUOTE_ERROR',\n 'TRANSFER_INVALID_INITIAL',\n 'EXTERNAL_TRANSFER_FAILED',\n 'EXTERNAL_TRANSFER_REFUNDED',\n 'EXTERNAL_TRANSFER_INCOMPLETE',\n];\n\nexport const SEND_ADDRESS_VALIDATION_ERRORS: Array<\n SendAddressValidationError['code']\n> = ['SEND_ADDRESS_IS_NOT_VERIFIED', 'SEND_ADDRESS_IS_NOT_FOUND'];\n\nexport const isQuoteError = (\n error: ErrorType,\n): error is InputValidDryError | InputValidWalletError => {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n return QUOTE_ERRORS.includes(error.code as any);\n};\n\nexport const isTransferError = (\n error: ErrorType,\n): error is QuoteSuccessError => {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n return TRANSFER_ERRORS.includes(error.code as any);\n};\n\nexport const isAsyncSendAddressValidationError = (\n error: ErrorType,\n): error is SendAddressValidationError => {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n return SEND_ADDRESS_VALIDATION_ERRORS.includes(error.code as any);\n};\n"],"names":["QUOTE_ERRORS","TRANSFER_ERRORS","SEND_ADDRESS_VALIDATION_ERRORS","isQuoteError","error","isTransferError","isAsyncSendAddressValidationError"],"mappings":"AA4EO,MAAMA,IAET;AAAA,EACF;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAEaC,IAET;AAAA,EACF;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAEaC,IAET,CAAC,gCAAgC,2BAA2B,GAEnDC,IAAe,CAC1BC,MAGOJ,EAAa,SAASI,EAAM,IAAW,GAGnCC,IAAkB,CAC7BD,MAGOH,EAAgB,SAASG,EAAM,IAAW,GAGtCE,IAAoC,CAC/CF,MAGOF,EAA+B,SAASE,EAAM,IAAW;"}
|
|
@@ -3,7 +3,7 @@ import "./tokenSelectRotate.js";
|
|
|
3
3
|
import "./errorSet.js";
|
|
4
4
|
import "./quoteSet.js";
|
|
5
5
|
import "./addressSet.js";
|
|
6
|
-
import { _ as b } from "../../config-
|
|
6
|
+
import { _ as b } from "../../config-QBojKcju.js";
|
|
7
7
|
import "./tokenSetAmount.js";
|
|
8
8
|
import "./quoteSetStatus.js";
|
|
9
9
|
import "./depositTypeSet.js";
|
|
@@ -3,7 +3,7 @@ import "../../utils/near/checkNearAccountExists.js";
|
|
|
3
3
|
import "../../utils/checkers/isNotEmptyAmount.js";
|
|
4
4
|
import "../../utils/checkers/isValidBigint.js";
|
|
5
5
|
import "../../utils/near/isNearAddress.js";
|
|
6
|
-
import { K as I, L as d, N as u } from "../../config-
|
|
6
|
+
import { K as I, L as d, N as u } from "../../config-QBojKcju.js";
|
|
7
7
|
import "../guards/index.js";
|
|
8
8
|
import "../machine.js";
|
|
9
9
|
import "../guards/checks/isBalanceSufficient.js";
|
package/dist/machine/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as o, u as t, a as r, c as a, b as f } from "../config-
|
|
1
|
+
import { r as o, u as t, a as r, c as a, b as f } from "../config-QBojKcju.js";
|
|
2
2
|
import { guardStates as S } from "./guards/index.js";
|
|
3
3
|
import { machine as n, moveTo as u } from "./machine.js";
|
|
4
4
|
import { fireEvent as i } from "./events/utils/fireEvent.js";
|
package/dist/machine/snap.d.ts
CHANGED
|
@@ -392,6 +392,11 @@ export declare const useUnsafeSnapshot: () => {
|
|
|
392
392
|
readonly isDepositFromExternalWallet: boolean;
|
|
393
393
|
readonly externalDepositTxReceived?: never | undefined;
|
|
394
394
|
readonly error: {
|
|
395
|
+
readonly code: "MIN_WITHDRAWAL_AMOUNT_ERROR";
|
|
396
|
+
readonly meta: {
|
|
397
|
+
readonly minAmount?: string | undefined;
|
|
398
|
+
};
|
|
399
|
+
} | {
|
|
395
400
|
readonly code: "DIRECT_TRANSFER_ERROR";
|
|
396
401
|
readonly meta?: {
|
|
397
402
|
readonly message?: string | undefined;
|
|
@@ -473,6 +478,11 @@ export declare const useUnsafeSnapshot: () => {
|
|
|
473
478
|
readonly isDepositFromExternalWallet: boolean;
|
|
474
479
|
readonly externalDepositTxReceived?: never | undefined;
|
|
475
480
|
readonly error: {
|
|
481
|
+
readonly code: "MIN_WITHDRAWAL_AMOUNT_ERROR";
|
|
482
|
+
readonly meta: {
|
|
483
|
+
readonly minAmount?: string | undefined;
|
|
484
|
+
};
|
|
485
|
+
} | {
|
|
476
486
|
readonly code: "DIRECT_TRANSFER_ERROR";
|
|
477
487
|
readonly meta?: {
|
|
478
488
|
readonly message?: string | undefined;
|
|
@@ -558,6 +568,11 @@ export declare const useUnsafeSnapshot: () => {
|
|
|
558
568
|
readonly isDepositFromExternalWallet: boolean;
|
|
559
569
|
readonly externalDepositTxReceived: boolean | undefined;
|
|
560
570
|
readonly error: {
|
|
571
|
+
readonly code: "MIN_WITHDRAWAL_AMOUNT_ERROR";
|
|
572
|
+
readonly meta: {
|
|
573
|
+
readonly minAmount?: string | undefined;
|
|
574
|
+
};
|
|
575
|
+
} | {
|
|
561
576
|
readonly code: "DIRECT_TRANSFER_ERROR";
|
|
562
577
|
readonly meta?: {
|
|
563
578
|
readonly message?: string | undefined;
|
package/dist/machine/snap.js
CHANGED
|
@@ -2,7 +2,7 @@ import "valtio";
|
|
|
2
2
|
import "derive-valtio";
|
|
3
3
|
import "./computed/getIsNativeNearDeposit.js";
|
|
4
4
|
import "./computed/getIsDirectTokenOnNearDeposit.js";
|
|
5
|
-
import { u as h, a as b, b as d } from "../config-
|
|
5
|
+
import { u as h, a as b, b as d } from "../config-QBojKcju.js";
|
|
6
6
|
import "./machine.js";
|
|
7
7
|
import "./guards/index.js";
|
|
8
8
|
import "./computed/getUsdTradeDelta.js";
|
|
@@ -5,7 +5,7 @@ import "./checkers/isOnlyErrorChanged.js";
|
|
|
5
5
|
import "./checkers/isValidInitialState.js";
|
|
6
6
|
import "./checkers/isWalletDisconnected.js";
|
|
7
7
|
import "./checkers/isSendAddressForbidden.js";
|
|
8
|
-
import { X as g, Y as u } from "../../config-
|
|
8
|
+
import { X as g, Y as u } from "../../config-QBojKcju.js";
|
|
9
9
|
import "./checkers/isAmountChangedFromQuote.js";
|
|
10
10
|
import "ethers";
|
|
11
11
|
import "../machine.js";
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "browser-or-node";
|
|
3
3
|
import "react";
|
|
4
4
|
import "./createColorPalette.js";
|
|
5
|
-
import { C as p, ae as a } from "../config-
|
|
5
|
+
import { C as p, ae as a } from "../config-QBojKcju.js";
|
|
6
6
|
export {
|
|
7
7
|
p as ThemeContext,
|
|
8
8
|
a as ThemeProvider
|
|
@@ -3,7 +3,7 @@ import { useState as y, useEffect as l, useCallback as B } from "react";
|
|
|
3
3
|
import { useTokenModal as R } from "../../hooks/useTokenModal.js";
|
|
4
4
|
import { useTypedTranslation as A } from "../../localisation.js";
|
|
5
5
|
import { WidgetDepositSkeleton as b } from "./WidgetDepositSkeleton.js";
|
|
6
|
-
import { b as F, u as q, y as N, n as j, c as O, p as Q, o as U, S as K } from "../../config-
|
|
6
|
+
import { b as F, u as q, y as N, n as j, c as O, p as Q, o as U, S as K } from "../../config-QBojKcju.js";
|
|
7
7
|
import "@tanstack/react-query";
|
|
8
8
|
import "@headlessui/react";
|
|
9
9
|
import "framer-motion";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as o, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import a from "clsx";
|
|
3
3
|
import { SkeletonBox as s } from "../../components/SkeletonBox.js";
|
|
4
|
-
import { y as i } from "../../config-
|
|
4
|
+
import { y as i } from "../../config-QBojKcju.js";
|
|
5
5
|
const p = () => {
|
|
6
6
|
const { hideTokenInputHeadings: l } = i();
|
|
7
7
|
return /* @__PURE__ */ o("div", { className: "w-full gap-sw-xl relative flex flex-col", children: [
|
|
@@ -3,7 +3,7 @@ import { useState as b, useEffect as y } from "react";
|
|
|
3
3
|
import { useTokenModal as R } from "../../hooks/useTokenModal.js";
|
|
4
4
|
import { WidgetSwapSkeleton as S } from "./WidgetSwapSkeleton.js";
|
|
5
5
|
import { useTypedTranslation as D } from "../../localisation.js";
|
|
6
|
-
import { b as N, u as O, y as Q, n as j, c as q, p as w, o as F, S as U } from "../../config-
|
|
6
|
+
import { b as N, u as O, y as Q, n as j, c as q, p as w, o as F, S as U } from "../../config-QBojKcju.js";
|
|
7
7
|
import "@tanstack/react-query";
|
|
8
8
|
import "@headlessui/react";
|
|
9
9
|
import "framer-motion";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as a, jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import o from "clsx";
|
|
3
3
|
import { SkeletonBox as s } from "../../components/SkeletonBox.js";
|
|
4
|
-
import { y as i } from "../../config-
|
|
4
|
+
import { y as i } from "../../config-QBojKcju.js";
|
|
5
5
|
const m = () => {
|
|
6
6
|
const { hideTokenInputHeadings: e } = i();
|
|
7
7
|
return /* @__PURE__ */ a("div", { className: "w-full gap-sw-lg relative flex flex-col", children: [
|
|
@@ -3,7 +3,7 @@ import { useState as w, useEffect as b } from "react";
|
|
|
3
3
|
import { useTokenModal as B } from "../../hooks/useTokenModal.js";
|
|
4
4
|
import { WidgetWithdrawSkeleton as y } from "./WidgetWithdrawSkeleton.js";
|
|
5
5
|
import { useTypedTranslation as D } from "../../localisation.js";
|
|
6
|
-
import { b as N, u as O, y as Q, n as j, c as q, p as S, o as F, S as U } from "../../config-
|
|
6
|
+
import { b as N, u as O, y as Q, n as j, c as q, p as S, o as F, S as U } from "../../config-QBojKcju.js";
|
|
7
7
|
import "@tanstack/react-query";
|
|
8
8
|
import "@headlessui/react";
|
|
9
9
|
import "framer-motion";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as a, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import o from "clsx";
|
|
3
3
|
import { SkeletonBox as l } from "../../components/SkeletonBox.js";
|
|
4
|
-
import { y as x } from "../../config-
|
|
4
|
+
import { y as x } from "../../config-QBojKcju.js";
|
|
5
5
|
const p = () => {
|
|
6
6
|
const { hideTokenInputHeadings: s } = x();
|
|
7
7
|
return /* @__PURE__ */ a("div", { className: "w-full gap-sw-xl relative flex flex-col", children: [
|
package/package.json
CHANGED
|
@@ -75,7 +75,10 @@ const useGetErrorButton = (ctx: Context) => {
|
|
|
75
75
|
);
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
if (
|
|
78
|
+
if (
|
|
79
|
+
ctx.error?.code === 'QUOTE_AMOUNT_IS_TOO_LOW' ||
|
|
80
|
+
ctx.error?.code === 'MIN_WITHDRAWAL_AMOUNT_ERROR'
|
|
81
|
+
) {
|
|
79
82
|
return (
|
|
80
83
|
<div className="gap-sw-md flex flex-col">
|
|
81
84
|
<Button state="error" {...commonBtnProps}>
|
|
@@ -77,7 +77,7 @@ export const TokensList = ({
|
|
|
77
77
|
|
|
78
78
|
const tokensBySection = useMemo(
|
|
79
79
|
() => [
|
|
80
|
-
{ label:
|
|
80
|
+
{ label: appName, tokens: filteredTokens.intents },
|
|
81
81
|
{
|
|
82
82
|
label: chainIsNotSupported ? null : 'Connected wallet',
|
|
83
83
|
tokens: filteredTokens.wallet,
|
|
@@ -3,6 +3,8 @@ import {
|
|
|
3
3
|
createIntentSignerNEP413,
|
|
4
4
|
createInternalTransferRoute,
|
|
5
5
|
createNearWithdrawalRoute,
|
|
6
|
+
FeeExceedsAmountError,
|
|
7
|
+
MinWithdrawalAmountError,
|
|
6
8
|
type RouteConfig,
|
|
7
9
|
} from '@defuse-protocol/bridge-sdk';
|
|
8
10
|
import type { NearWalletBase as NearWallet } from '@hot-labs/near-connect/build/types/wallet';
|
|
@@ -20,6 +22,7 @@ import { localStorageTyped } from '@/utils/localstorage';
|
|
|
20
22
|
import { queryContract } from '@/utils/near/queryContract';
|
|
21
23
|
import { IntentSignerPrivy } from '@/utils/intents/signers/privy';
|
|
22
24
|
import { createNearWalletSigner } from '@/utils/intents/signers/near';
|
|
25
|
+
import { formatBigToHuman } from '@/utils/formatters/formatBigToHuman';
|
|
23
26
|
import { getIntentsAccountId } from '@/utils/intents/getIntentsAccountId';
|
|
24
27
|
import { getTransactionLink } from '@/utils/formatters/getTransactionLink';
|
|
25
28
|
import { isUserDeniedSigning } from '@/utils/checkers/isUserDeniedSigning';
|
|
@@ -291,6 +294,25 @@ export const useMakeIntentsTransfer = ({ providers }: IntentsTransferArgs) => {
|
|
|
291
294
|
} catch (e: unknown) {
|
|
292
295
|
logger.error('[TRANSFER ERROR]', e);
|
|
293
296
|
|
|
297
|
+
if (e instanceof MinWithdrawalAmountError) {
|
|
298
|
+
throw new TransferError({
|
|
299
|
+
code: 'MIN_WITHDRAWAL_AMOUNT_ERROR',
|
|
300
|
+
meta: {
|
|
301
|
+
minAmount: formatBigToHuman(
|
|
302
|
+
e.minAmount.toString(),
|
|
303
|
+
ctx.sourceToken.decimals,
|
|
304
|
+
),
|
|
305
|
+
},
|
|
306
|
+
});
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
if (e instanceof FeeExceedsAmountError) {
|
|
310
|
+
throw new TransferError({
|
|
311
|
+
code: 'TRANSFER_INVALID_INITIAL',
|
|
312
|
+
meta: { message: 'Fee is above the maximum allowed' },
|
|
313
|
+
});
|
|
314
|
+
}
|
|
315
|
+
|
|
294
316
|
if (e instanceof Error) {
|
|
295
317
|
if (e.message.includes('Fee is not estimated')) {
|
|
296
318
|
throw new TransferError({
|
package/src/machine/errors.ts
CHANGED
|
@@ -48,6 +48,7 @@ export type InputValidWalletError =
|
|
|
48
48
|
| { code: 'QUOTE_NO_ONE_TIME_ADDRESS' };
|
|
49
49
|
|
|
50
50
|
export type QuoteSuccessDirectTransferError =
|
|
51
|
+
| { code: 'MIN_WITHDRAWAL_AMOUNT_ERROR'; meta: { minAmount?: string } }
|
|
51
52
|
| { code: 'DIRECT_TRANSFER_ERROR'; meta?: { message?: string } }
|
|
52
53
|
| { code: 'BRIDGE_SDK_FAILED' }
|
|
53
54
|
| { code: 'FEES_NOT_ESTIMATED' };
|