@imtbl/sdk 1.78.4 → 1.78.5-alpha.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/{blockchain_data-PTGoxxUk.js → blockchain_data-DU2jApyT.js} +2 -2
- package/dist/blockchain_data.js +3 -3
- package/dist/browser/checkout/{AddTokensWidget-B9bjgGFL.js → AddTokensWidget-C3kqVME6.js} +3 -3
- package/dist/browser/checkout/{BridgeWidget-1JpgUJ9B.js → BridgeWidget-ldf8GVK1.js} +6 -6
- package/dist/browser/checkout/{CommerceWidget-DGTwB2pR.js → CommerceWidget-CpNuNSLZ.js} +13 -13
- package/dist/browser/checkout/{FeesBreakdown-CSf772jM.js → FeesBreakdown-DRqS0j1J.js} +1 -1
- package/dist/browser/checkout/{OnRampWidget-DD2u_4kS.js → OnRampWidget-Bo47SO1S.js} +3 -3
- package/dist/browser/checkout/{SaleWidget-BKXRdb-F.js → SaleWidget-aR03gcO3.js} +10 -10
- package/dist/browser/checkout/{SpendingCapHero-Dfpj4gVQ.js → SpendingCapHero-Cgd0f5w2.js} +1 -1
- package/dist/browser/checkout/{SwapWidget-CapNhDxH.js → SwapWidget-DWKQizGD.js} +7 -7
- package/dist/browser/checkout/{TokenImage-cuy99Q3z.js → TokenImage-DYu6oYEk.js} +1 -1
- package/dist/browser/checkout/{TopUpView-DSHHu1bC.js → TopUpView-B6LnmkMl.js} +1 -1
- package/dist/browser/checkout/{WalletApproveHero-DNP71VT8.js → WalletApproveHero-BD3u-SZe.js} +3 -3
- package/dist/browser/checkout/{WalletWidget-D5CQtFOw.js → WalletWidget-CaiMctYA.js} +3 -3
- package/dist/browser/checkout/{auto-track-ZSD3meU5.js → auto-track-Xad5nNBA.js} +1 -1
- package/dist/browser/checkout/{index-gx60kT98.js → index-B-VC8wJ2.js} +1 -1
- package/dist/browser/checkout/{index-a9WCTqrO.js → index-BDjP2QB6.js} +1 -1
- package/dist/browser/checkout/{index-UWwEBJUL.js → index-BnoWrF8c.js} +1 -1
- package/dist/browser/checkout/{index-riGT8jUx.js → index-BowCuend.js} +2 -2
- package/dist/browser/checkout/{index-BUjxwhbn.js → index-CaBWYj8M.js} +1 -1
- package/dist/browser/checkout/{index-B3PdDan9.js → index-CplOCn4t.js} +1 -1
- package/dist/browser/checkout/{index-zhSt3pns.js → index-DfzeATeY.js} +36 -18
- package/dist/browser/checkout/{index-DwoF2xE9.js → index-jnPfRh8-.js} +1 -1
- package/dist/browser/checkout/{index.umd-CR1xvgEn.js → index.umd-Dh2fxaWi.js} +1 -1
- package/dist/browser/checkout/sdk.js +5 -5
- package/dist/browser/checkout/{useInterval-0yXsNl1l.js → useInterval-Bu667YO5.js} +1 -1
- package/dist/browser/checkout/widgets-esm.js +1 -1
- package/dist/browser/checkout/widgets.js +18 -0
- package/dist/{checkout-oPpuXY4L.js → checkout-C3jvO3Xj.js} +23 -5
- package/dist/checkout.js +5 -5
- package/dist/{config-BWfb83cE.js → config-DgYUcHn3.js} +1 -1
- package/dist/config.js +1 -1
- package/dist/{index-Bw8fn1Wa.js → index-AGRTkJ0z.js} +1 -1
- package/dist/{index-PHKSQRIK.js → index-B2cbbT7r.js} +1 -1
- package/dist/{index-Bl7On7mL.js → index-CE2bUD0B.js} +1 -1
- package/dist/{index-DicbPhj8.js → index-CUn2QOoC.js} +4 -4
- package/dist/{index-CSoPbsbu.js → index-CeTTzYWk.js} +3 -3
- package/dist/{index-Q-ssUIWm.js → index-uC41Uocr.js} +1 -1
- package/dist/index.browser.js +5 -5
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +34 -11
- package/dist/index.js +14 -14
- package/dist/{minting_backend--5_apAXv.js → minting_backend-DV4UIdAJ.js} +3 -3
- package/dist/minting_backend.js +5 -5
- package/dist/{orderbook-BgsCWy3W.js → orderbook-BpPQhPz8.js} +1 -1
- package/dist/orderbook.js +2 -2
- package/dist/{passport-0-rakGej.js → passport-Br8EKTOA.js} +12 -7
- package/dist/passport.js +4 -4
- package/dist/version.json +1 -1
- package/dist/{webhook-8wr5kAkj.js → webhook-dQfMZat1.js} +1 -1
- package/dist/webhook.js +2 -2
- package/dist/{x-BzOMkL8a.js → x-YhFnmZKl.js} +3 -3
- package/dist/x.js +4 -4
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as APIError, B as BlockchainData } from './index-
|
|
2
|
-
import { i as index } from './index-
|
|
1
|
+
import { A as APIError, B as BlockchainData } from './index-CeTTzYWk.js';
|
|
2
|
+
import { i as index } from './index-uC41Uocr.js';
|
|
3
3
|
|
|
4
4
|
var blockchain_data = /*#__PURE__*/Object.freeze({
|
|
5
5
|
__proto__: null,
|
package/dist/blockchain_data.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { A as APIError, B as BlockchainData } from './index-
|
|
2
|
-
export { i as Types } from './index-
|
|
3
|
-
import './index-
|
|
1
|
+
export { A as APIError, B as BlockchainData } from './index-CeTTzYWk.js';
|
|
2
|
+
export { i as Types } from './index-uC41Uocr.js';
|
|
3
|
+
import './index-CE2bUD0B.js';
|
|
4
4
|
import 'axios';
|
|
5
5
|
import 'lru-memorise';
|
|
6
6
|
import 'global-const';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as reactExports, I as IMTBLWidgetEvents, A as AddTokensEventType, y as commonjsGlobal, z as getDefaultExportFromCjs, p as jsx, q as jsxs, D as Box, u as useTranslation, F as Drawer, G as Divider, H as Heading, J as Button, K as useProvidersContext, M as useAnalytics, N as WalletDrawer, U as UnableToConnectDrawer, Q as Fragment, R as WalletProviderRdns, T as UserJourney, X as removeSpace, Y as getProviderSlugFromRdns, Z as Web3Provider, _ as isPassportProvider, $ as connectEIP6963Provider, a0 as identifyUser, a1 as ConnectEIP6963ProviderError, a2 as ProvidersContextActions, a3 as MenuItem, a4 as SQUID_NATIVE_TOKEN, k as ChainId, a5 as commonjsRequire, a6 as getRemoteImage, a7 as vFlex, a8 as OnboardingPagination, a9 as ViewContext, aa as useHandover, ab as HandoverTarget, ac as EventTargetContext, V as ViewActions, ad as getRemoteRive, ae as APPROVE_TXN_ANIMATION, af as RiveStateMachineInput, ag as HandoverContent, ah as keyframes, ai as getDefaultTokenImage, aj as TokenFilterTypes, i as getL2ChainId, ak as isNativeToken, al as getTokenImageByAddress, am as TOKEN_PRIORITY_ORDER, an as SmartClone, ao as FramedImage, ap as FramedIcon, aq as ButtCon, ar as TextInput, as as VerticalMenu, at as Body, au as EllipsizedText, av as Tooltip, aw as Sticker, ax as getDurationFormatted, ay as getTotalRouteFees, az as getRouteAndTokenBalances, aA as Stack, aB as hFlex, aC as centerFlexChildren, aD as Icon, aE as Badge, aF as getFormattedAmounts, aG as getRemoteVideo, aH as FramedVideo, aI as listVariants, aJ as motion, aK as listItemVariants, aL as Banner, aM as fetchRiskAssessment, aN as isAddressSanctioned, aO as useRoutes, aP as useInjectedProviders, aQ as trackFlow, aR as RouteError, aS as HeroFormControl, aT as SimpleLayout, aU as dist, n as SharedViews, aV as orchestrationEvents, aW as HeroTextInput, aX as SquidFooter, aY as TOOLKIT_SQUID_URL, aZ as merge, a_ as SvgIcon, a$ as WalletWarningHero, b0 as getFormattedNumber, b1 as FIXED_HANDOVER_DURATION, b2 as EXECUTE_TXN_ANIMATION, b3 as Link, b4 as Trans, b5 as useExecute, b6 as getRouteChains, b7 as t, b8 as convertToNetworkChangeableProvider, b9 as verifyAndSwitchChain, ba as PriceDisplay, L as LoadingView, bb as useTheme, bc as viewReducer, bd as initialViewState, be as useSquid, bf as useTokens, bg as v4, bh as Environment, bi as isValidAddress, bj as amountInputValidation, bk as fetchChains, bl as fetchBalances, bm as CloudImage, E as ErrorView, bn as ServiceUnavailableErrorView } from './index-
|
|
2
|
-
import { T as TokenImage } from './TokenImage-
|
|
3
|
-
import { F as FeesBreakdown } from './FeesBreakdown-
|
|
1
|
+
import { r as reactExports, I as IMTBLWidgetEvents, A as AddTokensEventType, y as commonjsGlobal, z as getDefaultExportFromCjs, p as jsx, q as jsxs, D as Box, u as useTranslation, F as Drawer, G as Divider, H as Heading, J as Button, K as useProvidersContext, M as useAnalytics, N as WalletDrawer, U as UnableToConnectDrawer, Q as Fragment, R as WalletProviderRdns, T as UserJourney, X as removeSpace, Y as getProviderSlugFromRdns, Z as Web3Provider, _ as isPassportProvider, $ as connectEIP6963Provider, a0 as identifyUser, a1 as ConnectEIP6963ProviderError, a2 as ProvidersContextActions, a3 as MenuItem, a4 as SQUID_NATIVE_TOKEN, k as ChainId, a5 as commonjsRequire, a6 as getRemoteImage, a7 as vFlex, a8 as OnboardingPagination, a9 as ViewContext, aa as useHandover, ab as HandoverTarget, ac as EventTargetContext, V as ViewActions, ad as getRemoteRive, ae as APPROVE_TXN_ANIMATION, af as RiveStateMachineInput, ag as HandoverContent, ah as keyframes, ai as getDefaultTokenImage, aj as TokenFilterTypes, i as getL2ChainId, ak as isNativeToken, al as getTokenImageByAddress, am as TOKEN_PRIORITY_ORDER, an as SmartClone, ao as FramedImage, ap as FramedIcon, aq as ButtCon, ar as TextInput, as as VerticalMenu, at as Body, au as EllipsizedText, av as Tooltip, aw as Sticker, ax as getDurationFormatted, ay as getTotalRouteFees, az as getRouteAndTokenBalances, aA as Stack, aB as hFlex, aC as centerFlexChildren, aD as Icon, aE as Badge, aF as getFormattedAmounts, aG as getRemoteVideo, aH as FramedVideo, aI as listVariants, aJ as motion, aK as listItemVariants, aL as Banner, aM as fetchRiskAssessment, aN as isAddressSanctioned, aO as useRoutes, aP as useInjectedProviders, aQ as trackFlow, aR as RouteError, aS as HeroFormControl, aT as SimpleLayout, aU as dist, n as SharedViews, aV as orchestrationEvents, aW as HeroTextInput, aX as SquidFooter, aY as TOOLKIT_SQUID_URL, aZ as merge, a_ as SvgIcon, a$ as WalletWarningHero, b0 as getFormattedNumber, b1 as FIXED_HANDOVER_DURATION, b2 as EXECUTE_TXN_ANIMATION, b3 as Link, b4 as Trans, b5 as useExecute, b6 as getRouteChains, b7 as t, b8 as convertToNetworkChangeableProvider, b9 as verifyAndSwitchChain, ba as PriceDisplay, L as LoadingView, bb as useTheme, bc as viewReducer, bd as initialViewState, be as useSquid, bf as useTokens, bg as v4, bh as Environment, bi as isValidAddress, bj as amountInputValidation, bk as fetchChains, bl as fetchBalances, bm as CloudImage, E as ErrorView, bn as ServiceUnavailableErrorView } from './index-DfzeATeY.js';
|
|
2
|
+
import { T as TokenImage } from './TokenImage-DYu6oYEk.js';
|
|
3
|
+
import { F as FeesBreakdown } from './FeesBreakdown-DRqS0j1J.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* The function `useInterval` sets up an interval that repeatedly calls a given callback function with
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { c4 as axios, c5 as CheckoutErrorType, c6 as IMMUTABLE_API_BASE_URL, r as reactExports, I as IMTBLWidgetEvents, B as BridgeEventType, q as jsxs, p as jsx, c7 as ShimmerBox, a3 as MenuItem, aA as Stack, u as useTranslation, at as Body, J as Button, D as Box, c8 as PASSPORT_URL, b3 as Link, c9 as getChainIdBySlug, ca as getChainImage, cb as networkName, ao as FramedImage, au as EllipsizedText, aD as Icon, M as useAnalytics, T as UserJourney, cc as Accordion, G as Divider, a9 as ViewContext, Q as Fragment, V as ViewActions, cd as useWalletConnect, ce as isWalletConnectProvider, cf as Logo, cg as RawImage, bV as CryptoFiatContext, ch as AXELAR_SCAN_URL, ak as isNativeToken, al as getTokenImageByAddress, ci as getNativeSymbolByChainSlug, bN as formatUnits, bu as calculateCryptoToFiat, ac as EventTargetContext, _ as isPassportProvider, j as getL1ChainId, aj as TokenFilterTypes, i as getL2ChainId, R as WalletProviderRdns, Z as Web3Provider, aP as useInjectedProviders, cj as retry, bD as HeaderNavigation, bG as FooterLogo, N as WalletDrawer, aT as SimpleLayout, ck as getChainSlugById, cl as JsonRpcProvider, c0 as CryptoFiatActions, cm as DEFAULT_TRANSACTIONS_RETRY_POLICY, L as LoadingView, k as ChainId, cn as getChainNameById, bb as useTheme, H as Heading, co as getWalletProviderNameByProvider, cp as isMetaMaskProvider, cq as WalletProviderName, F as Drawer, aq as ButtCon, cr as ButtonNavigationStyles, aV as orchestrationEvents, bJ as tokenValueFormat, cs as formatZeroAmount, ct as NATIVE, aM as fetchRiskAssessment, bj as amountInputValidation, a6 as getRemoteImage, bm as CloudImage, cu as ETH_TOKEN_SYMBOL, bp as BigNumber, bo as Contract, bh as Environment, cv as parseUnits, cw as GasEstimateType, cx as DEFAULT_TOKEN_DECIMALS, cy as DEFAULT_QUOTE_REFRESH_INTERVAL, cz as addChainChangedListener, cA as removeChainChangedListener, aN as isAddressSanctioned, cB as IMX_TOKEN_SYMBOL, n as SharedViews, cC as dist, cD as CHECKOUT_CDN_BASE_URL, cE as heroBackGroundStyles, cF as heroImageStyles, aE as Badge, cG as SimpleTextBody, cH as FooterButton, cI as getEthTokenImage, cJ as WITHDRAWAL_CLAIM_GAS_LIMIT, ai as getDefaultTokenImage, bc as viewReducer, bd as initialViewState, cK as BridgeConfiguration, cL as ImmutableConfiguration, cM as TokenBridge, cN as StatusView, bH as StatusType, E as ErrorView, bn as ServiceUnavailableErrorView, c3 as CryptoFiatProvider, cO as ETH_SEPOLIA_TO_ZKEVM_TESTNET, cP as ETH_SEPOLIA_TO_ZKEVM_DEVNET, cQ as ETH_MAINNET_TO_ZKEVM_MAINNET } from './index-
|
|
2
|
-
import { T as TokenImage } from './TokenImage-
|
|
3
|
-
import { B as BridgeWidgetViews, T as TopUpView } from './TopUpView-
|
|
4
|
-
import { S as SelectForm, T as TextInputForm, a as TransactionRejected, g as getAllowedBalances, F as Fees, N as NetworkSwitchDrawer, W as WalletApproveHero } from './WalletApproveHero-
|
|
5
|
-
import { u as useInterval } from './useInterval-
|
|
6
|
-
import './FeesBreakdown-
|
|
1
|
+
import { c4 as axios, c5 as CheckoutErrorType, c6 as IMMUTABLE_API_BASE_URL, r as reactExports, I as IMTBLWidgetEvents, B as BridgeEventType, q as jsxs, p as jsx, c7 as ShimmerBox, a3 as MenuItem, aA as Stack, u as useTranslation, at as Body, J as Button, D as Box, c8 as PASSPORT_URL, b3 as Link, c9 as getChainIdBySlug, ca as getChainImage, cb as networkName, ao as FramedImage, au as EllipsizedText, aD as Icon, M as useAnalytics, T as UserJourney, cc as Accordion, G as Divider, a9 as ViewContext, Q as Fragment, V as ViewActions, cd as useWalletConnect, ce as isWalletConnectProvider, cf as Logo, cg as RawImage, bV as CryptoFiatContext, ch as AXELAR_SCAN_URL, ak as isNativeToken, al as getTokenImageByAddress, ci as getNativeSymbolByChainSlug, bN as formatUnits, bu as calculateCryptoToFiat, ac as EventTargetContext, _ as isPassportProvider, j as getL1ChainId, aj as TokenFilterTypes, i as getL2ChainId, R as WalletProviderRdns, Z as Web3Provider, aP as useInjectedProviders, cj as retry, bD as HeaderNavigation, bG as FooterLogo, N as WalletDrawer, aT as SimpleLayout, ck as getChainSlugById, cl as JsonRpcProvider, c0 as CryptoFiatActions, cm as DEFAULT_TRANSACTIONS_RETRY_POLICY, L as LoadingView, k as ChainId, cn as getChainNameById, bb as useTheme, H as Heading, co as getWalletProviderNameByProvider, cp as isMetaMaskProvider, cq as WalletProviderName, F as Drawer, aq as ButtCon, cr as ButtonNavigationStyles, aV as orchestrationEvents, bJ as tokenValueFormat, cs as formatZeroAmount, ct as NATIVE, aM as fetchRiskAssessment, bj as amountInputValidation, a6 as getRemoteImage, bm as CloudImage, cu as ETH_TOKEN_SYMBOL, bp as BigNumber, bo as Contract, bh as Environment, cv as parseUnits, cw as GasEstimateType, cx as DEFAULT_TOKEN_DECIMALS, cy as DEFAULT_QUOTE_REFRESH_INTERVAL, cz as addChainChangedListener, cA as removeChainChangedListener, aN as isAddressSanctioned, cB as IMX_TOKEN_SYMBOL, n as SharedViews, cC as dist, cD as CHECKOUT_CDN_BASE_URL, cE as heroBackGroundStyles, cF as heroImageStyles, aE as Badge, cG as SimpleTextBody, cH as FooterButton, cI as getEthTokenImage, cJ as WITHDRAWAL_CLAIM_GAS_LIMIT, ai as getDefaultTokenImage, bc as viewReducer, bd as initialViewState, cK as BridgeConfiguration, cL as ImmutableConfiguration, cM as TokenBridge, cN as StatusView, bH as StatusType, E as ErrorView, bn as ServiceUnavailableErrorView, c3 as CryptoFiatProvider, cO as ETH_SEPOLIA_TO_ZKEVM_TESTNET, cP as ETH_SEPOLIA_TO_ZKEVM_DEVNET, cQ as ETH_MAINNET_TO_ZKEVM_MAINNET } from './index-DfzeATeY.js';
|
|
2
|
+
import { T as TokenImage } from './TokenImage-DYu6oYEk.js';
|
|
3
|
+
import { B as BridgeWidgetViews, T as TopUpView } from './TopUpView-B6LnmkMl.js';
|
|
4
|
+
import { S as SelectForm, T as TextInputForm, a as TransactionRejected, g as getAllowedBalances, F as Fees, N as NetworkSwitchDrawer, W as WalletApproveHero } from './WalletApproveHero-BD3u-SZe.js';
|
|
5
|
+
import { u as useInterval } from './useInterval-Bu667YO5.js';
|
|
6
|
+
import './FeesBreakdown-DRqS0j1J.js';
|
|
7
7
|
|
|
8
8
|
// This module is intended to unwrap Axios default export as named.
|
|
9
9
|
// Keep top-level export same with static properties
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { I as IMTBLWidgetEvents, C as CommerceFlowType, P as ProviderEventType, a as CommerceEventType, b as ConnectEventType, c as CommerceFailureEventType, d as CommerceSuccessEventType, W as WalletEventType, e as CommerceUserActionEventType, S as SwapEventType, A as AddTokensEventType, B as BridgeEventType, O as OnRampEventType, f as SaleEventType, g as PurchaseEventType, h as OrchestrationEventType, r as reactExports, V as ViewActions, i as getL2ChainId, j as getL1ChainId, k as ChainId, u as useTranslation, l as useViewState, m as useEventTargetState, n as SharedViews, o as commerceFlows, p as jsx, q as jsxs, L as LoadingView, E as ErrorView, s as ConnectWidget, t as ProvidersContextProvider, v as PurchaseWidget, w as ConnectLoader, x as ViewContextProvider } from './index-
|
|
2
|
-
import SwapWidget from './SwapWidget-
|
|
3
|
-
import BridgeWidget from './BridgeWidget-
|
|
4
|
-
import OnRampWidget from './OnRampWidget-
|
|
5
|
-
import WalletWidget from './WalletWidget-
|
|
6
|
-
import SaleWidget from './SaleWidget-
|
|
7
|
-
import AddTokensWidget from './AddTokensWidget-
|
|
8
|
-
import './WalletApproveHero-
|
|
9
|
-
import './TokenImage-
|
|
10
|
-
import './FeesBreakdown-
|
|
11
|
-
import './useInterval-
|
|
12
|
-
import './TopUpView-
|
|
13
|
-
import './SpendingCapHero-
|
|
1
|
+
import { I as IMTBLWidgetEvents, C as CommerceFlowType, P as ProviderEventType, a as CommerceEventType, b as ConnectEventType, c as CommerceFailureEventType, d as CommerceSuccessEventType, W as WalletEventType, e as CommerceUserActionEventType, S as SwapEventType, A as AddTokensEventType, B as BridgeEventType, O as OnRampEventType, f as SaleEventType, g as PurchaseEventType, h as OrchestrationEventType, r as reactExports, V as ViewActions, i as getL2ChainId, j as getL1ChainId, k as ChainId, u as useTranslation, l as useViewState, m as useEventTargetState, n as SharedViews, o as commerceFlows, p as jsx, q as jsxs, L as LoadingView, E as ErrorView, s as ConnectWidget, t as ProvidersContextProvider, v as PurchaseWidget, w as ConnectLoader, x as ViewContextProvider } from './index-DfzeATeY.js';
|
|
2
|
+
import SwapWidget from './SwapWidget-DWKQizGD.js';
|
|
3
|
+
import BridgeWidget from './BridgeWidget-ldf8GVK1.js';
|
|
4
|
+
import OnRampWidget from './OnRampWidget-Bo47SO1S.js';
|
|
5
|
+
import WalletWidget from './WalletWidget-CaiMctYA.js';
|
|
6
|
+
import SaleWidget from './SaleWidget-aR03gcO3.js';
|
|
7
|
+
import AddTokensWidget from './AddTokensWidget-C3kqVME6.js';
|
|
8
|
+
import './WalletApproveHero-BD3u-SZe.js';
|
|
9
|
+
import './TokenImage-DYu6oYEk.js';
|
|
10
|
+
import './FeesBreakdown-DRqS0j1J.js';
|
|
11
|
+
import './useInterval-Bu667YO5.js';
|
|
12
|
+
import './TopUpView-B6LnmkMl.js';
|
|
13
|
+
import './SpendingCapHero-Cgd0f5w2.js';
|
|
14
14
|
|
|
15
15
|
const sendCheckoutEvent = (eventTarget, detail) => {
|
|
16
16
|
const event = new CustomEvent(IMTBLWidgetEvents.IMTBL_COMMERCE_WIDGET_EVENT, { detail });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { q as jsxs, p as jsx, at as Body, ba as PriceDisplay, D as Box, u as useTranslation, F as Drawer, a3 as MenuItem, Q as Fragment, G as Divider, bJ as tokenValueFormat, cs as formatZeroAmount, bG as FooterLogo } from './index-
|
|
1
|
+
import { q as jsxs, p as jsx, at as Body, ba as PriceDisplay, D as Box, u as useTranslation, F as Drawer, a3 as MenuItem, Q as Fragment, G as Divider, bJ as tokenValueFormat, cs as formatZeroAmount, bG as FooterLogo } from './index-DfzeATeY.js';
|
|
2
2
|
|
|
3
3
|
const feesBreakdownContentStyles = {
|
|
4
4
|
display: 'flex',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as reactExports, bW as ConnectLoaderContext, ac as EventTargetContext, u as useTranslation, a9 as ViewContext, n as SharedViews, M as useAnalytics, aM as fetchRiskAssessment, aN as isAddressSanctioned, V as ViewActions, cR as ExchangeType, p as jsx, aT as SimpleLayout, bD as HeaderNavigation, cS as sendOnRampWidgetCloseEvent, aV as orchestrationEvents, I as IMTBLWidgetEvents, D as Box, cT as url, cU as TRANSAK_ORIGIN, T as UserJourney, bG as FooterLogo, q as jsxs, cG as SimpleTextBody, bc as viewReducer, bd as initialViewState, ct as NATIVE, L as LoadingView, cV as sendOnRampSuccessEvent, bH as StatusType, cN as StatusView, cW as sendOnRampFailedEvent, bn as ServiceUnavailableErrorView } from './index-
|
|
2
|
-
import { O as OnRampWidgetViews, T as TopUpView } from './TopUpView-
|
|
3
|
-
import { S as SpendingCapHero } from './SpendingCapHero-
|
|
1
|
+
import { r as reactExports, bW as ConnectLoaderContext, ac as EventTargetContext, u as useTranslation, a9 as ViewContext, n as SharedViews, M as useAnalytics, aM as fetchRiskAssessment, aN as isAddressSanctioned, V as ViewActions, cR as ExchangeType, p as jsx, aT as SimpleLayout, bD as HeaderNavigation, cS as sendOnRampWidgetCloseEvent, aV as orchestrationEvents, I as IMTBLWidgetEvents, D as Box, cT as url, cU as TRANSAK_ORIGIN, T as UserJourney, bG as FooterLogo, q as jsxs, cG as SimpleTextBody, bc as viewReducer, bd as initialViewState, ct as NATIVE, L as LoadingView, cV as sendOnRampSuccessEvent, bH as StatusType, cN as StatusView, cW as sendOnRampFailedEvent, bn as ServiceUnavailableErrorView } from './index-DfzeATeY.js';
|
|
2
|
+
import { O as OnRampWidgetViews, T as TopUpView } from './TopUpView-B6LnmkMl.js';
|
|
3
|
+
import { S as SpendingCapHero } from './SpendingCapHero-Cgd0f5w2.js';
|
|
4
4
|
|
|
5
5
|
const containerStyle = (showIframe) => ({
|
|
6
6
|
position: 'relative',
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { bh as Environment, bo as Contract, bp as BigNumber, r as reactExports, bq as hexToText, br as compareStr, a9 as ViewContext, V as ViewActions, aM as fetchRiskAssessment, p as jsx, bs as SalePaymentTypes, u as useTranslation, bt as TransakIframe, bu as calculateCryptoToFiat, M as useAnalytics, ac as EventTargetContext, T as UserJourney, bv as toPascalCase, bw as sendSaleWidgetCloseEvent, bx as toStringifyTransactions, by as sendSaleSuccessEvent, bz as sendSaleFailedEvent, bA as sendSaleTransactionSuccessEvent, bB as sendSalePaymentMethodEvent, bC as sendSalePaymentTokenEvent, bD as HeaderNavigation, q as jsxs, bE as LoadingOverlay, D as Box, Q as Fragment, aT as SimpleLayout, aa as useHandover, ab as HandoverTarget, ad as getRemoteRive, H as Heading, bF as HandoverDuration, _ as isPassportProvider, ag as HandoverContent, a3 as MenuItem, aJ as motion, aI as listVariants, aK as listItemVariants, aN as isAddressSanctioned, n as SharedViews, bG as FooterLogo, bH as StatusType, bI as prettyFormatNumber, bJ as tokenValueFormat, bK as ShimmerCircle, J as Button, aA as Stack, bL as FundingStepType, bM as abbreviateWalletAddress, bN as formatUnits, F as Drawer, bO as Caption, G as Divider, bP as tokenSymbolNameOverrides, bQ as ItemType, bR as TransactionOrGasType, bS as GasTokenType, bT as RoutingOutcomeType, ak as isNativeToken, al as getTokenImageByAddress, bU as isGasFree, bV as CryptoFiatContext, bW as ConnectLoaderContext, bX as eventTargetReducer, bY as initialEventTargetState, j as getL1ChainId, i as getL2ChainId, I as IMTBLWidgetEvents, bZ as EventTargetActions, L as LoadingView, k as ChainId, b_ as ConnectWidgetViews, s as ConnectWidget, S as SwapEventType, O as OnRampEventType, B as BridgeEventType, b as ConnectEventType, b$ as ConnectLoaderActions, c0 as CryptoFiatActions, aq as ButtCon, at as Body, c1 as widgetTheme, bc as viewReducer, bd as initialViewState, c2 as BlockExplorerService, bn as ServiceUnavailableErrorView, c3 as CryptoFiatProvider } from './index-
|
|
2
|
-
import { u as useMount, T as TopUpView } from './TopUpView-
|
|
3
|
-
import { T as TokenImage } from './TokenImage-
|
|
4
|
-
import { F as Fees } from './WalletApproveHero-
|
|
5
|
-
import BridgeWidget from './BridgeWidget-
|
|
6
|
-
import OnRampWidget from './OnRampWidget-
|
|
7
|
-
import SwapWidget from './SwapWidget-
|
|
8
|
-
import './FeesBreakdown-
|
|
9
|
-
import './useInterval-
|
|
10
|
-
import './SpendingCapHero-
|
|
1
|
+
import { bh as Environment, bo as Contract, bp as BigNumber, r as reactExports, bq as hexToText, br as compareStr, a9 as ViewContext, V as ViewActions, aM as fetchRiskAssessment, p as jsx, bs as SalePaymentTypes, u as useTranslation, bt as TransakIframe, bu as calculateCryptoToFiat, M as useAnalytics, ac as EventTargetContext, T as UserJourney, bv as toPascalCase, bw as sendSaleWidgetCloseEvent, bx as toStringifyTransactions, by as sendSaleSuccessEvent, bz as sendSaleFailedEvent, bA as sendSaleTransactionSuccessEvent, bB as sendSalePaymentMethodEvent, bC as sendSalePaymentTokenEvent, bD as HeaderNavigation, q as jsxs, bE as LoadingOverlay, D as Box, Q as Fragment, aT as SimpleLayout, aa as useHandover, ab as HandoverTarget, ad as getRemoteRive, H as Heading, bF as HandoverDuration, _ as isPassportProvider, ag as HandoverContent, a3 as MenuItem, aJ as motion, aI as listVariants, aK as listItemVariants, aN as isAddressSanctioned, n as SharedViews, bG as FooterLogo, bH as StatusType, bI as prettyFormatNumber, bJ as tokenValueFormat, bK as ShimmerCircle, J as Button, aA as Stack, bL as FundingStepType, bM as abbreviateWalletAddress, bN as formatUnits, F as Drawer, bO as Caption, G as Divider, bP as tokenSymbolNameOverrides, bQ as ItemType, bR as TransactionOrGasType, bS as GasTokenType, bT as RoutingOutcomeType, ak as isNativeToken, al as getTokenImageByAddress, bU as isGasFree, bV as CryptoFiatContext, bW as ConnectLoaderContext, bX as eventTargetReducer, bY as initialEventTargetState, j as getL1ChainId, i as getL2ChainId, I as IMTBLWidgetEvents, bZ as EventTargetActions, L as LoadingView, k as ChainId, b_ as ConnectWidgetViews, s as ConnectWidget, S as SwapEventType, O as OnRampEventType, B as BridgeEventType, b as ConnectEventType, b$ as ConnectLoaderActions, c0 as CryptoFiatActions, aq as ButtCon, at as Body, c1 as widgetTheme, bc as viewReducer, bd as initialViewState, c2 as BlockExplorerService, bn as ServiceUnavailableErrorView, c3 as CryptoFiatProvider } from './index-DfzeATeY.js';
|
|
2
|
+
import { u as useMount, T as TopUpView } from './TopUpView-B6LnmkMl.js';
|
|
3
|
+
import { T as TokenImage } from './TokenImage-DYu6oYEk.js';
|
|
4
|
+
import { F as Fees } from './WalletApproveHero-BD3u-SZe.js';
|
|
5
|
+
import BridgeWidget from './BridgeWidget-ldf8GVK1.js';
|
|
6
|
+
import OnRampWidget from './OnRampWidget-Bo47SO1S.js';
|
|
7
|
+
import SwapWidget from './SwapWidget-DWKQizGD.js';
|
|
8
|
+
import './FeesBreakdown-DRqS0j1J.js';
|
|
9
|
+
import './useInterval-Bu667YO5.js';
|
|
10
|
+
import './SpendingCapHero-Cgd0f5w2.js';
|
|
11
11
|
|
|
12
12
|
var SaleWidgetViews;
|
|
13
13
|
(function (SaleWidgetViews) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as jsx, cE as heroBackGroundStyles, D as Box, cF as heroImageStyles, dc as heroImageBottomAlign, q as jsxs } from './index-
|
|
1
|
+
import { p as jsx, cE as heroBackGroundStyles, D as Box, cF as heroImageStyles, dc as heroImageBottomAlign, q as jsxs } from './index-DfzeATeY.js';
|
|
2
2
|
|
|
3
3
|
function SpendingCapHero() {
|
|
4
4
|
return (jsx(Box, { sx: { ...heroBackGroundStyles, background: 'base.color.translucent.emphasis.100' }, children: jsx(Box, { sx: { ...heroImageStyles, ...heroImageBottomAlign }, children: jsxs("svg", { width: "430", height: "305", viewBox: "0 0 430 305", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M94.0614 105.632L93.6321 104L92 104.429L92.4292 106.061L94.0614 105.632Z", fill: "white" }), jsx("path", { d: "M63.6531 193.101L63.1006 191L60.9996 191.553L61.5521 193.654L63.6531 193.101Z", fill: "white" }), jsx("path", { d: "M344.489 224.345L342.345 224L342 226.145L344.144 226.49L344.489 224.345Z", fill: "white" }), jsx("path", { d: "M372.286 139.905L372.905 138.619L371.619 138L371 139.286L372.286 139.905Z", fill: "white" }), jsx("path", { d: "M341.653 78.101L341.101 76L339 76.5525L339.552 78.6535L341.653 78.101Z", fill: "white" }), jsx("path", { d: "M359.286 242.905L359.905 241.619L358.619 241L358 242.286L359.286 242.905Z", fill: "white" }), jsx("path", { d: "M87.0123 112.087L86.0869 111L85.0002 111.925L85.9256 113.012L87.0123 112.087Z", fill: "white" }), jsx("path", { d: "M84.2862 248.905L84.9053 247.619L83.6192 247L83.0001 248.286L84.2862 248.905Z", fill: "white" }), jsx("path", { d: "M215.496 262.992C268.237 262.992 310.993 220.237 310.993 167.496C310.993 114.755 268.237 72 215.496 72C162.755 72 120 114.755 120 167.496C120 220.237 162.755 262.992 215.496 262.992Z", fill: "white", fillOpacity: "0.24", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M159.82 95.1695C179.975 79.6536 204.651 73.1506 227.89 77.0665C261.089 82.6606 253.281 101.028 199.197 121.314C151.934 139.037 123.49 136.348 143.823 110.95C148.422 105.208 153.721 99.8623 159.82 95.1695Z", fill: "white", fillOpacity: "0.08" }), jsx("path", { d: "M215.497 227.183C171.451 227.183 135.159 219.871 130.194 210.462H130.187C145.912 241.626 178.21 263.001 215.497 263.001C252.705 263.001 284.942 241.719 300.706 210.664C295.33 219.98 259.232 227.183 215.505 227.183H215.497Z", fill: "#36E0F8", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M284.219 219.607L283.978 219.84C281.275 222.482 256.583 215.986 253.172 218.418C222.389 240.36 182.779 269.061 146.099 219.397C146.099 219.397 140.761 217.641 138.609 216.686C139.425 217.96 140.279 219.226 141.165 220.469C170.425 261.516 227.423 271.073 268.47 241.813C276.97 235.752 284.118 228.503 289.852 220.454L292.424 216.841L288.252 218.302C287.086 218.713 285.851 219.11 284.553 219.498L284.227 219.599L284.219 219.607Z", fill: "black" }), jsx("path", { d: "M215.496 241.4C262.183 241.4 300.03 226.557 300.03 208.248C300.03 189.938 262.183 175.095 215.496 175.095C168.81 175.095 130.963 189.938 130.963 208.248C130.963 226.557 168.81 241.4 215.496 241.4Z", fill: "#F191FA", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M300.705 210.659C300.705 210.659 300.705 210.65 300.705 210.641C300.705 210.641 300.705 210.65 300.705 210.659Z", fill: "#EBE9E9", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M193.624 204.511C208.952 204.511 221.377 199.638 221.377 193.626C221.377 187.614 208.952 182.741 193.624 182.741C178.297 182.741 165.871 187.614 165.871 193.626C165.871 199.638 178.297 204.511 193.624 204.511Z", fill: "#D0F500", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M193.624 204.511C208.954 204.511 221.377 199.64 221.377 193.626V201.349C221.377 207.363 208.954 212.234 193.624 212.234C178.295 212.234 165.871 207.363 165.871 201.349V193.626C165.871 199.64 178.295 204.511 193.624 204.511Z", fill: "#E4F4F7", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M197.33 204.41C199.49 204.294 201.573 204.084 203.546 203.789V211.512C201.573 211.807 199.49 212.017 197.33 212.133V204.41Z", fill: "#D0F500" }), jsx("path", { d: "M206.398 203.291C211.246 202.304 215.255 200.774 217.905 198.901V206.624C215.255 208.497 211.246 210.027 206.398 211.014V203.291Z", fill: "black" }), jsx("path", { d: "M193.624 204.511C208.954 204.511 221.377 199.64 221.377 193.626V201.349C221.377 207.363 208.954 212.234 193.624 212.234C178.295 212.234 165.871 207.363 165.871 201.349V193.626C165.871 199.64 178.295 204.511 193.624 204.511Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M206.398 211.015C211.246 210.028 215.255 208.497 217.905 206.625", stroke: "#A66CFF", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M193.624 196.788C208.952 196.788 221.377 191.914 221.377 185.903C221.377 179.891 208.952 175.017 193.624 175.017C178.297 175.017 165.871 179.891 165.871 185.903C165.871 191.914 178.297 196.788 193.624 196.788Z", fill: "#D0F500", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M193.624 196.788C208.954 196.788 221.377 191.917 221.377 185.903V193.626C221.377 199.639 208.954 204.511 193.624 204.511C178.295 204.511 165.871 199.639 165.871 193.626V185.903C165.871 191.917 178.295 196.788 193.624 196.788Z", fill: "#E4F4F7", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M197.33 196.687C199.49 196.57 201.573 196.361 203.546 196.065V203.788C201.573 204.084 199.49 204.293 197.33 204.41V196.687Z", fill: "#36E0F8" }), jsx("path", { d: "M206.398 195.568C211.246 194.581 215.255 193.051 217.905 191.178V198.901C215.255 200.774 211.246 202.304 206.398 203.291V195.568Z", fill: "black" }), jsx("path", { d: "M193.624 196.788C208.954 196.788 221.377 191.917 221.377 185.903V193.626C221.377 199.639 208.954 204.511 193.624 204.511C178.295 204.511 165.871 199.639 165.871 193.626V185.903C165.871 191.917 178.295 196.788 193.624 196.788Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M206.398 203.291C211.246 202.304 215.255 200.774 217.905 198.901", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M193.624 189.065C208.952 189.065 221.377 184.192 221.377 178.18C221.377 172.168 208.952 167.294 193.624 167.294C178.297 167.294 165.871 172.168 165.871 178.18C165.871 184.192 178.297 189.065 193.624 189.065Z", fill: "#F191FA", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M193.624 189.065C208.954 189.065 221.377 184.194 221.377 178.18V185.903C221.377 191.917 208.954 196.788 193.624 196.788C178.295 196.788 165.871 191.917 165.871 185.903V178.18C165.871 184.194 178.295 189.065 193.624 189.065Z", fill: "#E4F4F7", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M197.33 188.965C199.49 188.849 201.573 188.639 203.546 188.343V196.067C201.573 196.362 199.49 196.571 197.33 196.688V188.965Z", fill: "#F191FA" }), jsx("path", { d: "M206.398 187.845C211.246 186.858 215.255 185.327 217.905 183.455V191.178C215.255 193.05 211.246 194.581 206.398 195.568V187.845Z", fill: "black" }), jsx("path", { d: "M193.624 189.065C208.954 189.065 221.377 184.194 221.377 178.18V185.903C221.377 191.917 208.954 196.788 193.624 196.788C178.295 196.788 165.871 191.917 165.871 185.903V178.18C165.871 184.194 178.295 189.065 193.624 189.065Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M206.398 195.569C211.246 194.582 215.255 193.052 217.905 191.179", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M238.601 212.934C253.929 212.934 266.354 208.06 266.354 202.049C266.354 196.037 253.929 191.164 238.601 191.164C223.274 191.164 210.848 196.037 210.848 202.049C210.848 208.06 223.274 212.934 238.601 212.934Z", fill: "#D0F500", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M238.601 212.935C253.931 212.935 266.354 208.063 266.354 202.049V209.772C266.354 215.786 253.931 220.658 238.601 220.658C223.272 220.658 210.848 215.786 210.848 209.772V202.049C210.848 208.063 223.272 212.935 238.601 212.935Z", fill: "#E4F4F7", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M242.307 212.833C244.467 212.717 246.55 212.507 248.523 212.212V219.935C246.55 220.23 244.467 220.44 242.307 220.556V212.833Z", fill: "#F191FA" }), jsx("path", { d: "M251.375 211.713C256.223 210.727 260.232 209.196 262.882 207.324V215.047C260.232 216.919 256.223 218.45 251.375 219.436V211.713Z", fill: "black" }), jsx("path", { d: "M238.601 212.935C253.931 212.935 266.354 208.063 266.354 202.049V209.772C266.354 215.786 253.931 220.658 238.601 220.658C223.272 220.658 210.848 215.786 210.848 209.772V202.049C210.848 208.063 223.272 212.935 238.601 212.935Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M251.375 219.437C256.223 218.45 260.232 216.919 262.882 215.047", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M238.601 205.21C253.929 205.21 266.354 200.336 266.354 194.324C266.354 188.313 253.929 183.439 238.601 183.439C223.274 183.439 210.848 188.313 210.848 194.324C210.848 200.336 223.274 205.21 238.601 205.21Z", fill: "#D0F500", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M238.601 205.21C253.931 205.21 266.354 200.339 266.354 194.325V202.048C266.354 208.062 253.931 212.934 238.601 212.934C223.272 212.934 210.848 208.062 210.848 202.048V194.325C210.848 200.339 223.272 205.21 238.601 205.21Z", fill: "#E4F4F7", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M242.307 205.109C244.467 204.993 246.55 204.783 248.523 204.488V212.211C246.55 212.506 244.467 212.716 242.307 212.832V205.109Z", fill: "#36E0F8" }), jsx("path", { d: "M251.375 203.989C256.223 203.003 260.232 201.472 262.882 199.6V207.323C260.232 209.195 256.223 210.726 251.375 211.712V203.989Z", fill: "black" }), jsx("path", { d: "M238.601 205.21C253.931 205.21 266.354 200.339 266.354 194.325V202.048C266.354 208.062 253.931 212.934 238.601 212.934C223.272 212.934 210.848 208.062 210.848 202.048V194.325C210.848 200.339 223.272 205.21 238.601 205.21Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M251.375 211.713C256.223 210.726 260.232 209.195 262.882 207.323", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M238.601 197.487C253.929 197.487 266.354 192.613 266.354 186.602C266.354 180.59 253.929 175.716 238.601 175.716C223.274 175.716 210.848 180.59 210.848 186.602C210.848 192.613 223.274 197.487 238.601 197.487Z", fill: "#F191FA", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M238.601 197.487C253.931 197.487 266.354 192.616 266.354 186.602V194.325C266.354 200.339 253.931 205.21 238.601 205.21C223.272 205.21 210.848 200.339 210.848 194.325V186.602C210.848 192.616 223.272 197.487 238.601 197.487Z", fill: "#E4F4F7", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M242.307 197.386C244.467 197.27 246.55 197.06 248.523 196.765V204.488C246.55 204.783 244.467 204.992 242.307 205.109V197.386Z", fill: "#F191FA" }), jsx("path", { d: "M251.375 196.267C256.223 195.28 260.232 193.75 262.882 191.877V199.6C260.232 201.473 256.223 203.003 251.375 203.99V196.267Z", fill: "#9AEFFB" }), jsx("path", { d: "M238.601 197.487C253.931 197.487 266.354 192.616 266.354 186.602V194.325C266.354 200.339 253.931 205.21 238.601 205.21C223.272 205.21 210.848 200.339 210.848 194.325V186.602C210.848 192.616 223.272 197.487 238.601 197.487Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M251.375 203.99C256.223 203.004 260.232 201.473 262.882 199.601", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M232.652 189.678C247.979 189.678 260.405 184.804 260.405 178.793C260.405 172.781 247.979 167.908 232.652 167.908C217.324 167.908 204.899 172.781 204.899 178.793C204.899 184.804 217.324 189.678 232.652 189.678Z", fill: "#F191FA", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M232.652 189.678C247.981 189.678 260.405 184.807 260.405 178.793V186.516C260.405 192.53 247.981 197.401 232.652 197.401C217.323 197.401 204.899 192.53 204.899 186.516V178.793C204.899 184.807 217.323 189.678 232.652 189.678Z", fill: "#E4F4F7", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M236.358 189.578C238.518 189.461 240.6 189.251 242.574 188.956V196.679C240.6 196.974 238.518 197.184 236.358 197.301V189.578Z", fill: "#F191FA" }), jsx("path", { d: "M245.426 188.458C250.274 187.471 254.283 185.94 256.932 184.067V191.791C254.283 193.663 250.274 195.194 245.426 196.18V188.458Z", fill: "black" }), jsx("path", { d: "M232.652 189.678C247.981 189.678 260.405 184.807 260.405 178.793V186.516C260.405 192.53 247.981 197.401 232.652 197.401C217.323 197.401 204.899 192.53 204.899 186.516V178.793C204.899 184.807 217.323 189.678 232.652 189.678Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M245.426 196.182C250.274 195.195 254.283 193.664 256.932 191.792", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M240.99 180.021C256.317 180.021 268.743 175.148 268.743 169.136C268.743 163.124 256.317 158.25 240.99 158.25C225.662 158.25 213.237 163.124 213.237 169.136C213.237 175.148 225.662 180.021 240.99 180.021Z", fill: "#F191FA", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M240.99 180.021C256.319 180.021 268.743 175.15 268.743 169.136V176.859C268.743 182.873 256.319 187.744 240.99 187.744C225.66 187.744 213.237 182.873 213.237 176.859V169.136C213.237 175.15 225.66 180.021 240.99 180.021Z", fill: "#E4F4F7", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M244.696 179.92C246.856 179.804 248.938 179.594 250.911 179.299V187.022C248.938 187.317 246.856 187.527 244.696 187.643V179.92Z", fill: "#9AEFFB" }), jsx("path", { d: "M253.763 178.801C258.612 177.815 262.621 176.284 265.27 174.412V182.135C262.621 184.007 258.612 185.538 253.763 186.524V178.801Z", fill: "black" }), jsx("path", { d: "M240.99 180.021C256.319 180.021 268.743 175.15 268.743 169.136V176.859C268.743 182.873 256.319 187.744 240.99 187.744C225.66 187.744 213.237 182.873 213.237 176.859V169.136C213.237 175.15 225.66 180.021 240.99 180.021Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M253.763 186.525C258.612 185.538 262.621 184.007 265.27 182.135", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M189.911 223.803C205.238 223.803 217.664 218.929 217.664 212.918C217.664 206.906 205.238 202.032 189.911 202.032C174.583 202.032 162.158 206.906 162.158 212.918C162.158 218.929 174.583 223.803 189.911 223.803Z", fill: "#F191FA", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M189.911 223.803C205.24 223.803 217.664 218.932 217.664 212.918V220.641C217.664 226.655 205.24 231.526 189.911 231.526C174.581 231.526 162.158 226.655 162.158 220.641V212.918C162.158 218.932 174.581 223.803 189.911 223.803Z", fill: "#E4F4F7", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M193.625 223.71C195.785 223.593 197.867 223.384 199.84 223.088V230.811C197.867 231.107 195.785 231.316 193.625 231.433V223.71Z", fill: "#F191FA" }), jsx("path", { d: "M202.685 222.583C207.533 221.596 211.542 220.066 214.191 218.193V225.916C211.542 227.789 207.533 229.319 202.685 230.306V222.583Z", fill: "#9AEFFB" }), jsx("path", { d: "M189.911 223.803C205.24 223.803 217.664 218.932 217.664 212.918V220.641C217.664 226.655 205.24 231.526 189.911 231.526C174.581 231.526 162.158 226.655 162.158 220.641V212.918C162.158 218.932 174.581 223.803 189.911 223.803Z", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M202.685 230.306C207.533 229.32 211.542 227.789 214.191 225.917", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M300.705 210.658C300.705 210.658 300.705 210.649 300.705 210.641C300.705 210.641 300.705 210.649 300.705 210.658Z", fill: "#A66CFF", stroke: "black", strokeLinecap: "round", strokeLinejoin: "round" })] }) }) }));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { u as useTranslation, cX as WidgetTheme, a6 as getRemoteImage, q as jsxs, cY as quickswapFooterStyles, D as Box, cZ as quickswapFooterLogoStyles, p as jsx, at as Body, c_ as quickswapFooterDisclaimerTextStyles, r as reactExports, J as Button, c$ as getImxTokenImage, F as Drawer, bm as CloudImage, H as Heading, cf as Logo, aD as Icon, bp as BigNumber, bN as formatUnits, bu as calculateCryptoToFiat, bJ as tokenValueFormat, bU as isGasFree, cv as parseUnits, cs as formatZeroAmount, bW as ConnectLoaderContext, ai as getDefaultTokenImage, ak as isNativeToken, ct as NATIVE, bV as CryptoFiatContext, a9 as ViewContext, M as useAnalytics, T as UserJourney, c0 as CryptoFiatActions, cy as DEFAULT_QUOTE_REFRESH_INTERVAL, _ as isPassportProvider, d0 as parseEther, bj as amountInputValidation, av as Tooltip, bh as Environment, V as ViewActions, n as SharedViews, i as getL2ChainId, Q as Fragment, d1 as ESTIMATE_DEBOUNCE, d2 as DEFAULT_TOKEN_VALIDATION_DECIMALS, aN as isAddressSanctioned, cx as DEFAULT_TOKEN_DECIMALS, ac as EventTargetContext, d3 as sendSwapWidgetCloseEvent, aV as orchestrationEvents, I as IMTBLWidgetEvents, bD as HeaderNavigation, L as LoadingView, aT as SimpleLayout, cB as IMX_TOKEN_SYMBOL, c5 as CheckoutErrorType, cG as SimpleTextBody, cH as FooterButton, cE as heroBackGroundStyles, cF as heroImageStyles, b4 as Trans, b3 as Link, bG as FooterLogo, aa as useHandover, bc as viewReducer, bd as initialViewState, aj as TokenFilterTypes, d4 as DEFAULT_BALANCE_RETRY_POLICY, aM as fetchRiskAssessment, d5 as SwapDirection$1, cq as WalletProviderName, cN as StatusView, d6 as sendSwapSuccessEvent, bH as StatusType, d7 as sendSwapFailedEvent, d8 as sendSwapRejectedEvent, E as ErrorView, bn as ServiceUnavailableErrorView, c3 as CryptoFiatProvider } from './index-
|
|
2
|
-
import { S as SelectForm, T as TextInputForm, F as Fees, a as TransactionRejected, N as NetworkSwitchDrawer, W as WalletApproveHero, g as getAllowedBalances } from './WalletApproveHero-
|
|
3
|
-
import { u as useInterval } from './useInterval-
|
|
4
|
-
import { S as SwapWidgetViews, T as TopUpView } from './TopUpView-
|
|
5
|
-
import { S as SpendingCapHero } from './SpendingCapHero-
|
|
6
|
-
import './TokenImage-
|
|
7
|
-
import './FeesBreakdown-
|
|
1
|
+
import { u as useTranslation, cX as WidgetTheme, a6 as getRemoteImage, q as jsxs, cY as quickswapFooterStyles, D as Box, cZ as quickswapFooterLogoStyles, p as jsx, at as Body, c_ as quickswapFooterDisclaimerTextStyles, r as reactExports, J as Button, c$ as getImxTokenImage, F as Drawer, bm as CloudImage, H as Heading, cf as Logo, aD as Icon, bp as BigNumber, bN as formatUnits, bu as calculateCryptoToFiat, bJ as tokenValueFormat, bU as isGasFree, cv as parseUnits, cs as formatZeroAmount, bW as ConnectLoaderContext, ai as getDefaultTokenImage, ak as isNativeToken, ct as NATIVE, bV as CryptoFiatContext, a9 as ViewContext, M as useAnalytics, T as UserJourney, c0 as CryptoFiatActions, cy as DEFAULT_QUOTE_REFRESH_INTERVAL, _ as isPassportProvider, d0 as parseEther, bj as amountInputValidation, av as Tooltip, bh as Environment, V as ViewActions, n as SharedViews, i as getL2ChainId, Q as Fragment, d1 as ESTIMATE_DEBOUNCE, d2 as DEFAULT_TOKEN_VALIDATION_DECIMALS, aN as isAddressSanctioned, cx as DEFAULT_TOKEN_DECIMALS, ac as EventTargetContext, d3 as sendSwapWidgetCloseEvent, aV as orchestrationEvents, I as IMTBLWidgetEvents, bD as HeaderNavigation, L as LoadingView, aT as SimpleLayout, cB as IMX_TOKEN_SYMBOL, c5 as CheckoutErrorType, cG as SimpleTextBody, cH as FooterButton, cE as heroBackGroundStyles, cF as heroImageStyles, b4 as Trans, b3 as Link, bG as FooterLogo, aa as useHandover, bc as viewReducer, bd as initialViewState, aj as TokenFilterTypes, d4 as DEFAULT_BALANCE_RETRY_POLICY, aM as fetchRiskAssessment, d5 as SwapDirection$1, cq as WalletProviderName, cN as StatusView, d6 as sendSwapSuccessEvent, bH as StatusType, d7 as sendSwapFailedEvent, d8 as sendSwapRejectedEvent, E as ErrorView, bn as ServiceUnavailableErrorView, c3 as CryptoFiatProvider } from './index-DfzeATeY.js';
|
|
2
|
+
import { S as SelectForm, T as TextInputForm, F as Fees, a as TransactionRejected, N as NetworkSwitchDrawer, W as WalletApproveHero, g as getAllowedBalances } from './WalletApproveHero-BD3u-SZe.js';
|
|
3
|
+
import { u as useInterval } from './useInterval-Bu667YO5.js';
|
|
4
|
+
import { S as SwapWidgetViews, T as TopUpView } from './TopUpView-B6LnmkMl.js';
|
|
5
|
+
import { S as SpendingCapHero } from './SpendingCapHero-Cgd0f5w2.js';
|
|
6
|
+
import './TokenImage-DYu6oYEk.js';
|
|
7
|
+
import './FeesBreakdown-DRqS0j1J.js';
|
|
8
8
|
|
|
9
9
|
function QuickswapFooter({ theme, environment }) {
|
|
10
10
|
const { t } = useTranslation();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as reactExports, ai as getDefaultTokenImage, p as jsx } from './index-
|
|
1
|
+
import { r as reactExports, ai as getDefaultTokenImage, p as jsx } from './index-DfzeATeY.js';
|
|
2
2
|
|
|
3
3
|
function TokenImage({ src, name, environment, theme, defaultImage, ...forwardedProps }) {
|
|
4
4
|
const [error, setError] = reactExports.useState(false);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as reactExports, bN as formatUnits, p as jsx, q as jsxs, dd as isDualVariantIcon, a3 as MenuItem, D as Box, bh as Environment, u as useTranslation, a9 as ViewContext, bV as CryptoFiatContext, ac as EventTargetContext, M as useAnalytics, c0 as CryptoFiatActions, de as DEFAULT_TOKEN_SYMBOLS, cw as GasEstimateType, bD as HeaderNavigation, H as Heading, at as Body, aT as SimpleLayout, I as IMTBLWidgetEvents, V as ViewActions, aV as orchestrationEvents } from './index-
|
|
1
|
+
import { r as reactExports, bN as formatUnits, p as jsx, q as jsxs, dd as isDualVariantIcon, a3 as MenuItem, D as Box, bh as Environment, u as useTranslation, a9 as ViewContext, bV as CryptoFiatContext, ac as EventTargetContext, M as useAnalytics, c0 as CryptoFiatActions, de as DEFAULT_TOKEN_SYMBOLS, cw as GasEstimateType, bD as HeaderNavigation, H as Heading, at as Body, aT as SimpleLayout, I as IMTBLWidgetEvents, V as ViewActions, aV as orchestrationEvents } from './index-DfzeATeY.js';
|
|
2
2
|
|
|
3
3
|
var BridgeWidgetViews;
|
|
4
4
|
(function (BridgeWidgetViews) {
|
package/dist/browser/checkout/{WalletApproveHero-DNP71VT8.js → WalletApproveHero-BD3u-SZe.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { p as jsx, ar as TextInput, d9 as FormControlWrapper, u as useTranslation, q as jsxs, a3 as MenuItem, F as Drawer, D as Box, at as Body, r as reactExports, da as Select, bh as Environment, cX as WidgetTheme, db as DuoCon, H as Heading, J as Button, cj as retry, ct as NATIVE, al as getTokenImageByAddress, ak as isNativeToken, d4 as DEFAULT_BALANCE_RETRY_POLICY, a6 as getRemoteImage, cn as getChainNameById, j as getL1ChainId, ce as isWalletConnectProvider, cp as isMetaMaskProvider, bm as CloudImage, aq as ButtCon, bG as FooterLogo, cs as formatZeroAmount, bJ as tokenValueFormat, cc as Accordion, c7 as ShimmerBox, ba as PriceDisplay, Q as Fragment, cE as heroBackGroundStyles, cF as heroImageStyles, dc as heroImageBottomAlign } from './index-
|
|
2
|
-
import { T as TokenImage } from './TokenImage-
|
|
3
|
-
import { F as FeesBreakdown } from './FeesBreakdown-
|
|
1
|
+
import { p as jsx, ar as TextInput, d9 as FormControlWrapper, u as useTranslation, q as jsxs, a3 as MenuItem, F as Drawer, D as Box, at as Body, r as reactExports, da as Select, bh as Environment, cX as WidgetTheme, db as DuoCon, H as Heading, J as Button, cj as retry, ct as NATIVE, al as getTokenImageByAddress, ak as isNativeToken, d4 as DEFAULT_BALANCE_RETRY_POLICY, a6 as getRemoteImage, cn as getChainNameById, j as getL1ChainId, ce as isWalletConnectProvider, cp as isMetaMaskProvider, bm as CloudImage, aq as ButtCon, bG as FooterLogo, cs as formatZeroAmount, bJ as tokenValueFormat, cc as Accordion, c7 as ShimmerBox, ba as PriceDisplay, Q as Fragment, cE as heroBackGroundStyles, cF as heroImageStyles, dc as heroImageBottomAlign } from './index-DfzeATeY.js';
|
|
2
|
+
import { T as TokenImage } from './TokenImage-DYu6oYEk.js';
|
|
3
|
+
import { F as FeesBreakdown } from './FeesBreakdown-DRqS0j1J.js';
|
|
4
4
|
|
|
5
5
|
function TextInputForm({ testId, value, placeholder, errorMessage, validator, onTextInputChange, onTextInputBlur, onTextInputFocus, onTextInputEnter, textAlign, type, subtext, maxButtonClick, disabled, inputMode, }) {
|
|
6
6
|
const handleOnChange = (event, previousValue) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as reactExports, aj as TokenFilterTypes, u as useTranslation, a9 as ViewContext, q as jsxs, D as Box, p as jsx, at as Body, aq as ButtCon, V as ViewActions, bW as ConnectLoaderContext, M as useAnalytics, cs as formatZeroAmount, ac as EventTargetContext, _ as isPassportProvider, i as getL2ChainId, j as getL1ChainId, bh as Environment, a3 as MenuItem, bJ as tokenValueFormat, T as UserJourney, aV as orchestrationEvents, I as IMTBLWidgetEvents, df as ZERO_BALANCE_STRING, ak as isNativeToken, dg as sendNetworkSwitchEvent, c5 as CheckoutErrorType, n as SharedViews, dh as NetworkFilterTypes, di as sortNetworksCompareFn, dj as HorizontalMenu, ca as getChainImage, cj as retry, d4 as DEFAULT_BALANCE_RETRY_POLICY, dk as sortTokensByAmount, al as getTokenImageByAddress, bu as calculateCryptoToFiat, bV as CryptoFiatContext, c0 as CryptoFiatActions, bD as HeaderNavigation, cr as ButtonNavigationStyles, dl as sendWalletWidgetCloseEvent, bG as FooterLogo, aT as SimpleLayout, cq as WalletProviderName, co as getWalletProviderNameByProvider, dd as isDualVariantIcon, bM as abbreviateWalletAddress, H as Heading, F as Drawer, cd as useWalletConnect, dm as sendDisconnectWalletEvent, J as Button, ce as isWalletConnectProvider, cE as heroBackGroundStyles, cF as heroImageStyles, dc as heroImageBottomAlign, cG as SimpleTextBody, dn as FAQS_LINK, b3 as Link, bc as viewReducer, bd as initialViewState, c3 as CryptoFiatProvider, L as LoadingView, E as ErrorView } from './index-
|
|
2
|
-
import { T as TokenImage } from './TokenImage-
|
|
3
|
-
import { u as useInterval } from './useInterval-
|
|
1
|
+
import { r as reactExports, aj as TokenFilterTypes, u as useTranslation, a9 as ViewContext, q as jsxs, D as Box, p as jsx, at as Body, aq as ButtCon, V as ViewActions, bW as ConnectLoaderContext, M as useAnalytics, cs as formatZeroAmount, ac as EventTargetContext, _ as isPassportProvider, i as getL2ChainId, j as getL1ChainId, bh as Environment, a3 as MenuItem, bJ as tokenValueFormat, T as UserJourney, aV as orchestrationEvents, I as IMTBLWidgetEvents, df as ZERO_BALANCE_STRING, ak as isNativeToken, dg as sendNetworkSwitchEvent, c5 as CheckoutErrorType, n as SharedViews, dh as NetworkFilterTypes, di as sortNetworksCompareFn, dj as HorizontalMenu, ca as getChainImage, cj as retry, d4 as DEFAULT_BALANCE_RETRY_POLICY, dk as sortTokensByAmount, al as getTokenImageByAddress, bu as calculateCryptoToFiat, bV as CryptoFiatContext, c0 as CryptoFiatActions, bD as HeaderNavigation, cr as ButtonNavigationStyles, dl as sendWalletWidgetCloseEvent, bG as FooterLogo, aT as SimpleLayout, cq as WalletProviderName, co as getWalletProviderNameByProvider, dd as isDualVariantIcon, bM as abbreviateWalletAddress, H as Heading, F as Drawer, cd as useWalletConnect, dm as sendDisconnectWalletEvent, J as Button, ce as isWalletConnectProvider, cE as heroBackGroundStyles, cF as heroImageStyles, dc as heroImageBottomAlign, cG as SimpleTextBody, dn as FAQS_LINK, b3 as Link, bc as viewReducer, bd as initialViewState, c3 as CryptoFiatProvider, L as LoadingView, E as ErrorView } from './index-DfzeATeY.js';
|
|
2
|
+
import { T as TokenImage } from './TokenImage-DYu6oYEk.js';
|
|
3
|
+
import { u as useInterval } from './useInterval-Bu667YO5.js';
|
|
4
4
|
|
|
5
5
|
const initialWalletState = {
|
|
6
6
|
walletProviderName: null,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { dq as ne$1, dr as se$1, ds as T$2, dt as oe$1, du as R$1, dv as a$2, dw as te$1, dx as p$1, dy as y$1 } from './index-
|
|
1
|
+
import { dq as ne$1, dr as se$1, ds as T$2, dt as oe$1, du as R$1, dv as a$2, dw as te$1, dx as p$1, dy as y$1 } from './index-DfzeATeY.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @license
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { dA as __awaiter, dB as __generator } from './index-
|
|
1
|
+
import { dA as __awaiter, dB as __generator } from './index-DfzeATeY.js';
|
|
2
2
|
|
|
3
3
|
function loadLegacyVideoPlugins(analytics) {
|
|
4
4
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -7,7 +7,7 @@ function loadLegacyVideoPlugins(analytics) {
|
|
|
7
7
|
switch (_a.label) {
|
|
8
8
|
case 0: return [4 /*yield*/, import(
|
|
9
9
|
// @ts-expect-error
|
|
10
|
-
'./index.umd-
|
|
10
|
+
'./index.umd-Dh2fxaWi.js').then(function (n) { return n.i; })
|
|
11
11
|
// This is super gross, but we need to support the `window.analytics.plugins` namespace
|
|
12
12
|
// that is linked in the segment docs in order to be backwards compatible with ajs-classic
|
|
13
13
|
// @ts-expect-error
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { dA as __awaiter, dB as __generator, dC as loadScript, dD as getNextIntegrationsURL, dE as unloadScript, dF as __spreadArray, dG as isOffline, dH as __assign, dI as ContextCancelation, dJ as applyDestinationMiddleware, dK as dist, dL as isServer, dM as mergedOptions, dN as isPlainObject, dO as pWhile, dP as PriorityQueue, dQ as PersistedPriorityQueue, dR as attempt, dS as isOnline, dT as Context } from './index-
|
|
1
|
+
import { dA as __awaiter, dB as __generator, dC as loadScript, dD as getNextIntegrationsURL, dE as unloadScript, dF as __spreadArray, dG as isOffline, dH as __assign, dI as ContextCancelation, dJ as applyDestinationMiddleware, dK as dist, dL as isServer, dM as mergedOptions, dN as isPlainObject, dO as pWhile, dP as PriorityQueue, dQ as PersistedPriorityQueue, dR as attempt, dS as isOnline, dT as Context } from './index-DfzeATeY.js';
|
|
2
2
|
import { i as isPlanEventEnabled } from './is-plan-event-enabled-mXX0dwl-.js';
|
|
3
3
|
|
|
4
4
|
function normalizeName(name) {
|
|
@@ -60211,9 +60211,27 @@ const ETH_IMMUTABLE_MAINNET = {
|
|
|
60211
60211
|
name: 'Ethereum',
|
|
60212
60212
|
type: 'erc20',
|
|
60213
60213
|
};
|
|
60214
|
+
const USDC_IMMUTABLE_MAINNET = {
|
|
60215
|
+
chainId: IMMUTABLE_MAINNET_CHAIN_ID,
|
|
60216
|
+
address: '0x6de8aCC0D406837030CE4dd28e7c08C5a96a30d2',
|
|
60217
|
+
decimals: 6,
|
|
60218
|
+
symbol: 'USDC',
|
|
60219
|
+
name: 'USDC',
|
|
60220
|
+
type: 'erc20',
|
|
60221
|
+
};
|
|
60222
|
+
const USDT_IMMUTABLE_MAINNET = {
|
|
60223
|
+
chainId: IMMUTABLE_MAINNET_CHAIN_ID,
|
|
60224
|
+
address: '0x68bcc7F1190AF20e7b572BCfb431c3Ac10A936Ab',
|
|
60225
|
+
decimals: 6,
|
|
60226
|
+
symbol: 'USDT',
|
|
60227
|
+
name: 'USDT',
|
|
60228
|
+
type: 'erc20',
|
|
60229
|
+
};
|
|
60214
60230
|
const IMMUTABLE_MAINNET_COMMON_ROUTING_TOKENS = [
|
|
60215
60231
|
WIMX_IMMUTABLE_MAINNET,
|
|
60216
60232
|
ETH_IMMUTABLE_MAINNET,
|
|
60233
|
+
USDC_IMMUTABLE_MAINNET,
|
|
60234
|
+
USDT_IMMUTABLE_MAINNET,
|
|
60217
60235
|
];
|
|
60218
60236
|
|
|
60219
60237
|
[
|
|
@@ -137585,7 +137603,7 @@ function snapshot(proxyObject, handlePromise) {
|
|
|
137585
137603
|
|
|
137586
137604
|
const o$2=proxy({history:["ConnectWallet"],view:"ConnectWallet",data:void 0}),T$2={state:o$2,subscribe(e){return subscribe(o$2,()=>e(o$2))},push(e,t){e!==o$2.view&&(o$2.view=e,t&&(o$2.data=t),o$2.history.push(e));},reset(e){o$2.view=e,o$2.history=[e];},replace(e){o$2.history.length>1&&(o$2.history[o$2.history.length-1]=e,o$2.view=e);},goBack(){if(o$2.history.length>1){o$2.history.pop();const[e]=o$2.history.slice(-1);o$2.view=e;}},setData(e){o$2.data=e;}},a$4={WALLETCONNECT_DEEPLINK_CHOICE:"WALLETCONNECT_DEEPLINK_CHOICE",WCM_VERSION:"WCM_VERSION",RECOMMENDED_WALLET_AMOUNT:9,isMobile(){return typeof window<"u"?Boolean(window.matchMedia("(pointer:coarse)").matches||/Android|webOS|iPhone|iPad|iPod|BlackBerry|Opera Mini/u.test(navigator.userAgent)):!1},isAndroid(){return a$4.isMobile()&&navigator.userAgent.toLowerCase().includes("android")},isIos(){const e=navigator.userAgent.toLowerCase();return a$4.isMobile()&&(e.includes("iphone")||e.includes("ipad"))},isHttpUrl(e){return e.startsWith("http://")||e.startsWith("https://")},isArray(e){return Array.isArray(e)&&e.length>0},formatNativeUrl(e,t,s){if(a$4.isHttpUrl(e))return this.formatUniversalUrl(e,t,s);let n=e;n.includes("://")||(n=e.replaceAll("/","").replaceAll(":",""),n=`${n}://`),n.endsWith("/")||(n=`${n}/`),this.setWalletConnectDeepLink(n,s);const i=encodeURIComponent(t);return `${n}wc?uri=${i}`},formatUniversalUrl(e,t,s){if(!a$4.isHttpUrl(e))return this.formatNativeUrl(e,t,s);let n=e;n.endsWith("/")||(n=`${n}/`),this.setWalletConnectDeepLink(n,s);const i=encodeURIComponent(t);return `${n}wc?uri=${i}`},async wait(e){return new Promise(t=>{setTimeout(t,e);})},openHref(e,t){window.open(e,t,"noreferrer noopener");},setWalletConnectDeepLink(e,t){try{localStorage.setItem(a$4.WALLETCONNECT_DEEPLINK_CHOICE,JSON.stringify({href:e,name:t}));}catch{console.info("Unable to set WalletConnect deep link");}},setWalletConnectAndroidDeepLink(e){try{const[t]=e.split("?");localStorage.setItem(a$4.WALLETCONNECT_DEEPLINK_CHOICE,JSON.stringify({href:t,name:"Android"}));}catch{console.info("Unable to set WalletConnect android deep link");}},removeWalletConnectDeepLink(){try{localStorage.removeItem(a$4.WALLETCONNECT_DEEPLINK_CHOICE);}catch{console.info("Unable to remove WalletConnect deep link");}},setModalVersionInStorage(){try{typeof localStorage<"u"&&localStorage.setItem(a$4.WCM_VERSION,"2.6.2");}catch{console.info("Unable to set Web3Modal version in storage");}},getWalletRouterData(){var e;const t=(e=T$2.state.data)==null?void 0:e.Wallet;if(!t)throw new Error('Missing "Wallet" view data');return t}},_$3=typeof location<"u"&&(location.hostname.includes("localhost")||location.protocol.includes("https")),r$4=proxy({enabled:_$3,userSessionId:"",events:[],connectedWalletId:void 0}),R$5={state:r$4,subscribe(e){return subscribe(r$4.events,()=>e(snapshot(r$4.events[r$4.events.length-1])))},initialize(){r$4.enabled&&typeof(crypto==null?void 0:crypto.randomUUID)<"u"&&(r$4.userSessionId=crypto.randomUUID());},setConnectedWalletId(e){r$4.connectedWalletId=e;},click(e){if(r$4.enabled){const t={type:"CLICK",name:e.name,userSessionId:r$4.userSessionId,timestamp:Date.now(),data:e};r$4.events.push(t);}},track(e){if(r$4.enabled){const t={type:"TRACK",name:e.name,userSessionId:r$4.userSessionId,timestamp:Date.now(),data:e};r$4.events.push(t);}},view(e){if(r$4.enabled){const t={type:"VIEW",name:e.name,userSessionId:r$4.userSessionId,timestamp:Date.now(),data:e};r$4.events.push(t);}}},c$4=proxy({chains:void 0,walletConnectUri:void 0,isAuth:!1,isCustomDesktop:!1,isCustomMobile:!1,isDataLoaded:!1,isUiLoaded:!1}),p$9={state:c$4,subscribe(e){return subscribe(c$4,()=>e(c$4))},setChains(e){c$4.chains=e;},setWalletConnectUri(e){c$4.walletConnectUri=e;},setIsCustomDesktop(e){c$4.isCustomDesktop=e;},setIsCustomMobile(e){c$4.isCustomMobile=e;},setIsDataLoaded(e){c$4.isDataLoaded=e;},setIsUiLoaded(e){c$4.isUiLoaded=e;},setIsAuth(e){c$4.isAuth=e;}},W$3=proxy({projectId:"",mobileWallets:void 0,desktopWallets:void 0,walletImages:void 0,chains:void 0,enableAuthMode:!1,enableExplorer:!0,explorerExcludedWalletIds:void 0,explorerRecommendedWalletIds:void 0,termsOfServiceUrl:void 0,privacyPolicyUrl:void 0}),y$6={state:W$3,subscribe(e){return subscribe(W$3,()=>e(W$3))},setConfig(e){var t,s;R$5.initialize(),p$9.setChains(e.chains),p$9.setIsAuth(Boolean(e.enableAuthMode)),p$9.setIsCustomMobile(Boolean((t=e.mobileWallets)==null?void 0:t.length)),p$9.setIsCustomDesktop(Boolean((s=e.desktopWallets)==null?void 0:s.length)),a$4.setModalVersionInStorage(),Object.assign(W$3,e);}};var V$4=Object.defineProperty,D$6=Object.getOwnPropertySymbols,H$4=Object.prototype.hasOwnProperty,B$4=Object.prototype.propertyIsEnumerable,M$4=(e,t,s)=>t in e?V$4(e,t,{enumerable:!0,configurable:!0,writable:!0,value:s}):e[t]=s,K$4=(e,t)=>{for(var s in t||(t={}))H$4.call(t,s)&&M$4(e,s,t[s]);if(D$6)for(var s of D$6(t))B$4.call(t,s)&&M$4(e,s,t[s]);return e};const L$5="https://explorer-api.walletconnect.com",E$4="wcm",O$5="js-2.6.2";async function w$5(e,t){const s=K$4({sdkType:E$4,sdkVersion:O$5},t),n=new URL(e,L$5);return n.searchParams.append("projectId",y$6.state.projectId),Object.entries(s).forEach(([i,l])=>{l&&n.searchParams.append(i,String(l));}),(await fetch(n)).json()}const m$5={async getDesktopListings(e){return w$5("/w3m/v1/getDesktopListings",e)},async getMobileListings(e){return w$5("/w3m/v1/getMobileListings",e)},async getInjectedListings(e){return w$5("/w3m/v1/getInjectedListings",e)},async getAllListings(e){return w$5("/w3m/v1/getAllListings",e)},getWalletImageUrl(e){return `${L$5}/w3m/v1/getWalletImage/${e}?projectId=${y$6.state.projectId}&sdkType=${E$4}&sdkVersion=${O$5}`},getAssetImageUrl(e){return `${L$5}/w3m/v1/getAssetImage/${e}?projectId=${y$6.state.projectId}&sdkType=${E$4}&sdkVersion=${O$5}`}};var z$5=Object.defineProperty,j$3=Object.getOwnPropertySymbols,J$3=Object.prototype.hasOwnProperty,q$5=Object.prototype.propertyIsEnumerable,k$4=(e,t,s)=>t in e?z$5(e,t,{enumerable:!0,configurable:!0,writable:!0,value:s}):e[t]=s,F$5=(e,t)=>{for(var s in t||(t={}))J$3.call(t,s)&&k$4(e,s,t[s]);if(j$3)for(var s of j$3(t))q$5.call(t,s)&&k$4(e,s,t[s]);return e};const N$4=a$4.isMobile(),d$5=proxy({wallets:{listings:[],total:0,page:1},search:{listings:[],total:0,page:1},recomendedWallets:[]}),te$4={state:d$5,async getRecomendedWallets(){const{explorerRecommendedWalletIds:e,explorerExcludedWalletIds:t}=y$6.state;if(e==="NONE"||t==="ALL"&&!e)return d$5.recomendedWallets;if(a$4.isArray(e)){const s={recommendedIds:e.join(",")},{listings:n}=await m$5.getAllListings(s),i=Object.values(n);i.sort((l,v)=>{const b=e.indexOf(l.id),f=e.indexOf(v.id);return b-f}),d$5.recomendedWallets=i;}else {const{chains:s,isAuth:n}=p$9.state,i=s?.join(","),l=a$4.isArray(t),v={page:1,sdks:n?"auth_v1":void 0,entries:a$4.RECOMMENDED_WALLET_AMOUNT,chains:i,version:2,excludedIds:l?t.join(","):void 0},{listings:b}=N$4?await m$5.getMobileListings(v):await m$5.getDesktopListings(v);d$5.recomendedWallets=Object.values(b);}return d$5.recomendedWallets},async getWallets(e){const t=F$5({},e),{explorerRecommendedWalletIds:s,explorerExcludedWalletIds:n}=y$6.state,{recomendedWallets:i}=d$5;if(n==="ALL")return d$5.wallets;i.length?t.excludedIds=i.map(x=>x.id).join(","):a$4.isArray(s)&&(t.excludedIds=s.join(",")),a$4.isArray(n)&&(t.excludedIds=[t.excludedIds,n].filter(Boolean).join(",")),p$9.state.isAuth&&(t.sdks="auth_v1");const{page:l,search:v}=e,{listings:b,total:f}=N$4?await m$5.getMobileListings(t):await m$5.getDesktopListings(t),A=Object.values(b),U=v?"search":"wallets";return d$5[U]={listings:[...d$5[U].listings,...A],total:f,page:l??1},{listings:A,total:f}},getWalletImageUrl(e){return m$5.getWalletImageUrl(e)},getAssetImageUrl(e){return m$5.getAssetImageUrl(e)},resetSearch(){d$5.search={listings:[],total:0,page:1};}},I$3=proxy({open:!1}),se$2={state:I$3,subscribe(e){return subscribe(I$3,()=>e(I$3))},async open(e){return new Promise(t=>{const{isUiLoaded:s,isDataLoaded:n}=p$9.state;if(a$4.removeWalletConnectDeepLink(),p$9.setWalletConnectUri(e?.uri),p$9.setChains(e?.chains),T$2.reset("ConnectWallet"),s&&n)I$3.open=!0,t();else {const i=setInterval(()=>{const l=p$9.state;l.isUiLoaded&&l.isDataLoaded&&(clearInterval(i),I$3.open=!0,t());},200);}})},close(){I$3.open=!1;}};var G$4=Object.defineProperty,$$3=Object.getOwnPropertySymbols,Q$6=Object.prototype.hasOwnProperty,X$4=Object.prototype.propertyIsEnumerable,S$4=(e,t,s)=>t in e?G$4(e,t,{enumerable:!0,configurable:!0,writable:!0,value:s}):e[t]=s,Y$2=(e,t)=>{for(var s in t||(t={}))Q$6.call(t,s)&&S$4(e,s,t[s]);if($$3)for(var s of $$3(t))X$4.call(t,s)&&S$4(e,s,t[s]);return e};function Z$4(){return typeof matchMedia<"u"&&matchMedia("(prefers-color-scheme: dark)").matches}const C$2=proxy({themeMode:Z$4()?"dark":"light"}),ne$2={state:C$2,subscribe(e){return subscribe(C$2,()=>e(C$2))},setThemeConfig(e){const{themeMode:t,themeVariables:s}=e;t&&(C$2.themeMode=t),s&&(C$2.themeVariables=Y$2({},s));}},g$8=proxy({open:!1,message:"",variant:"success"}),oe$4={state:g$8,subscribe(e){return subscribe(g$8,()=>e(g$8))},openToast(e,t){g$8.open=!0,g$8.message=e,g$8.variant=t;},closeToast(){g$8.open=!1;}};
|
|
137587
137605
|
|
|
137588
|
-
let d$4 = class d{constructor(e){this.openModal=se$2.open,this.closeModal=se$2.close,this.subscribeModal=se$2.subscribe,this.setTheme=ne$2.setThemeConfig,ne$2.setThemeConfig(e),y$6.setConfig(e),this.initUi();}async initUi(){if(typeof window<"u"){await import('./index-
|
|
137606
|
+
let d$4 = class d{constructor(e){this.openModal=se$2.open,this.closeModal=se$2.close,this.subscribeModal=se$2.subscribe,this.setTheme=ne$2.setThemeConfig,ne$2.setThemeConfig(e),y$6.setConfig(e),this.initUi();}async initUi(){if(typeof window<"u"){await import('./index-BDjP2QB6.js');const e=document.createElement("wcm-modal");document.body.insertAdjacentElement("beforeend",e),p$9.setIsUiLoaded(!0);}}};
|
|
137589
137607
|
|
|
137590
137608
|
var index$1 = /*#__PURE__*/Object.freeze({
|
|
137591
137609
|
__proto__: null,
|
|
@@ -154426,7 +154444,7 @@ var Analytics = /** @class */ (function (_super) {
|
|
|
154426
154444
|
return __generator(this, function (_b) {
|
|
154427
154445
|
switch (_b.label) {
|
|
154428
154446
|
case 0: return [4 /*yield*/, import(
|
|
154429
|
-
/* webpackChunkName: "auto-track" */ './auto-track-
|
|
154447
|
+
/* webpackChunkName: "auto-track" */ './auto-track-Xad5nNBA.js')];
|
|
154430
154448
|
case 1:
|
|
154431
154449
|
autotrack = _b.sent();
|
|
154432
154450
|
return [2 /*return*/, (_a = autotrack.link).call.apply(_a, __spreadArray$1([this], args, false))];
|
|
@@ -154445,7 +154463,7 @@ var Analytics = /** @class */ (function (_super) {
|
|
|
154445
154463
|
return __generator(this, function (_b) {
|
|
154446
154464
|
switch (_b.label) {
|
|
154447
154465
|
case 0: return [4 /*yield*/, import(
|
|
154448
|
-
/* webpackChunkName: "auto-track" */ './auto-track-
|
|
154466
|
+
/* webpackChunkName: "auto-track" */ './auto-track-Xad5nNBA.js')];
|
|
154449
154467
|
case 1:
|
|
154450
154468
|
autotrack = _b.sent();
|
|
154451
154469
|
return [2 /*return*/, (_a = autotrack.link).call.apply(_a, __spreadArray$1([this], args, false))];
|
|
@@ -154464,7 +154482,7 @@ var Analytics = /** @class */ (function (_super) {
|
|
|
154464
154482
|
return __generator(this, function (_b) {
|
|
154465
154483
|
switch (_b.label) {
|
|
154466
154484
|
case 0: return [4 /*yield*/, import(
|
|
154467
|
-
/* webpackChunkName: "auto-track" */ './auto-track-
|
|
154485
|
+
/* webpackChunkName: "auto-track" */ './auto-track-Xad5nNBA.js')];
|
|
154468
154486
|
case 1:
|
|
154469
154487
|
autotrack = _b.sent();
|
|
154470
154488
|
return [2 /*return*/, (_a = autotrack.form).call.apply(_a, __spreadArray$1([this], args, false))];
|
|
@@ -154483,7 +154501,7 @@ var Analytics = /** @class */ (function (_super) {
|
|
|
154483
154501
|
return __generator(this, function (_b) {
|
|
154484
154502
|
switch (_b.label) {
|
|
154485
154503
|
case 0: return [4 /*yield*/, import(
|
|
154486
|
-
/* webpackChunkName: "auto-track" */ './auto-track-
|
|
154504
|
+
/* webpackChunkName: "auto-track" */ './auto-track-Xad5nNBA.js')];
|
|
154487
154505
|
case 1:
|
|
154488
154506
|
autotrack = _b.sent();
|
|
154489
154507
|
return [2 /*return*/, (_a = autotrack.form).call.apply(_a, __spreadArray$1([this], args, false))];
|
|
@@ -154633,7 +154651,7 @@ var Analytics = /** @class */ (function (_super) {
|
|
|
154633
154651
|
return [2 /*return*/, []];
|
|
154634
154652
|
}
|
|
154635
154653
|
return [4 /*yield*/, import(
|
|
154636
|
-
/* webpackChunkName: "queryString" */ './index-
|
|
154654
|
+
/* webpackChunkName: "queryString" */ './index-BnoWrF8c.js')];
|
|
154637
154655
|
case 1:
|
|
154638
154656
|
queryString = (_a.sent()).queryString;
|
|
154639
154657
|
return [2 /*return*/, queryString(this, query)];
|
|
@@ -157337,7 +157355,7 @@ function registerPlugins(writeKey, legacySettings, analytics, opts, options, plu
|
|
|
157337
157355
|
case 0:
|
|
157338
157356
|
if (!hasTsubMiddleware(legacySettings)) return [3 /*break*/, 2];
|
|
157339
157357
|
return [4 /*yield*/, import(
|
|
157340
|
-
/* webpackChunkName: "tsub-middleware" */ './index-
|
|
157358
|
+
/* webpackChunkName: "tsub-middleware" */ './index-B-VC8wJ2.js').then(function (mod) {
|
|
157341
157359
|
return mod.tsubMiddleware(legacySettings.middlewareSettings.routingRules);
|
|
157342
157360
|
})];
|
|
157343
157361
|
case 1:
|
|
@@ -157350,7 +157368,7 @@ function registerPlugins(writeKey, legacySettings, analytics, opts, options, plu
|
|
|
157350
157368
|
tsubMiddleware = _d;
|
|
157351
157369
|
if (!(hasLegacyDestinations(legacySettings) || legacyIntegrationSources.length > 0)) return [3 /*break*/, 5];
|
|
157352
157370
|
return [4 /*yield*/, import(
|
|
157353
|
-
/* webpackChunkName: "ajs-destination" */ './index-
|
|
157371
|
+
/* webpackChunkName: "ajs-destination" */ './index-CaBWYj8M.js').then(function (mod) {
|
|
157354
157372
|
return mod.ajsDestinations(writeKey, legacySettings, analytics.integrations, opts, tsubMiddleware, legacyIntegrationSources);
|
|
157355
157373
|
})];
|
|
157356
157374
|
case 4:
|
|
@@ -157363,7 +157381,7 @@ function registerPlugins(writeKey, legacySettings, analytics, opts, options, plu
|
|
|
157363
157381
|
legacyDestinations = _e;
|
|
157364
157382
|
if (!legacySettings.legacyVideoPluginsEnabled) return [3 /*break*/, 8];
|
|
157365
157383
|
return [4 /*yield*/, import(
|
|
157366
|
-
/* webpackChunkName: "legacyVideos" */ './index-
|
|
157384
|
+
/* webpackChunkName: "legacyVideos" */ './index-BowCuend.js').then(function (mod) {
|
|
157367
157385
|
return mod.loadLegacyVideoPlugins(analytics);
|
|
157368
157386
|
})];
|
|
157369
157387
|
case 7:
|
|
@@ -157372,7 +157390,7 @@ function registerPlugins(writeKey, legacySettings, analytics, opts, options, plu
|
|
|
157372
157390
|
case 8:
|
|
157373
157391
|
if (!((_a = opts.plan) === null || _a === void 0 ? void 0 : _a.track)) return [3 /*break*/, 10];
|
|
157374
157392
|
return [4 /*yield*/, import(
|
|
157375
|
-
/* webpackChunkName: "schemaFilter" */ './index-
|
|
157393
|
+
/* webpackChunkName: "schemaFilter" */ './index-CplOCn4t.js').then(function (mod) {
|
|
157376
157394
|
var _a;
|
|
157377
157395
|
return mod.schemaFilter((_a = opts.plan) === null || _a === void 0 ? void 0 : _a.track, legacySettings);
|
|
157378
157396
|
})];
|
|
@@ -157411,7 +157429,7 @@ function registerPlugins(writeKey, legacySettings, analytics, opts, options, plu
|
|
|
157411
157429
|
return enabled;
|
|
157412
157430
|
})) return [3 /*break*/, 17];
|
|
157413
157431
|
return [4 /*yield*/, import(
|
|
157414
|
-
/* webpackChunkName: "remoteMiddleware" */ './index-
|
|
157432
|
+
/* webpackChunkName: "remoteMiddleware" */ './index-jnPfRh8-.js').then(function (_a) {
|
|
157415
157433
|
var remoteMiddlewares = _a.remoteMiddlewares;
|
|
157416
157434
|
return __awaiter$5(_this, void 0, void 0, function () {
|
|
157417
157435
|
var middleware, promises;
|
|
@@ -245152,7 +245170,7 @@ const useProvidersContext = () => {
|
|
|
245152
245170
|
return context;
|
|
245153
245171
|
};
|
|
245154
245172
|
|
|
245155
|
-
const AddTokensWidget = React.lazy(() => import('./AddTokensWidget-
|
|
245173
|
+
const AddTokensWidget = React.lazy(() => import('./AddTokensWidget-C3kqVME6.js'));
|
|
245156
245174
|
class AddTokens extends Base$3 {
|
|
245157
245175
|
eventTopic = IMTBLWidgetEvents.IMTBL_ADD_TOKENS_WIDGET_EVENT;
|
|
245158
245176
|
getValidatedProperties({ config, }) {
|
|
@@ -245196,7 +245214,7 @@ class AddTokens extends Base$3 {
|
|
|
245196
245214
|
}
|
|
245197
245215
|
}
|
|
245198
245216
|
|
|
245199
|
-
const BridgeWidget = React.lazy(() => import('./BridgeWidget-
|
|
245217
|
+
const BridgeWidget = React.lazy(() => import('./BridgeWidget-ldf8GVK1.js'));
|
|
245200
245218
|
class Bridge extends Base$3 {
|
|
245201
245219
|
eventTopic = IMTBLWidgetEvents.IMTBL_BRIDGE_WIDGET_EVENT;
|
|
245202
245220
|
getValidatedProperties({ config }) {
|
|
@@ -245351,7 +245369,7 @@ const commerceFlows = [
|
|
|
245351
245369
|
CommerceFlowType.PURCHASE,
|
|
245352
245370
|
];
|
|
245353
245371
|
|
|
245354
|
-
const CommerceWidget = React.lazy(() => import('./CommerceWidget-
|
|
245372
|
+
const CommerceWidget = React.lazy(() => import('./CommerceWidget-CpNuNSLZ.js'));
|
|
245355
245373
|
class CommerceWidgetRoot extends Base$3 {
|
|
245356
245374
|
eventTopic = IMTBLWidgetEvents.IMTBL_COMMERCE_WIDGET_EVENT;
|
|
245357
245375
|
getValidatedProperties({ config, }) {
|
|
@@ -247595,7 +247613,7 @@ const orchestrationEvents = {
|
|
|
247595
247613
|
sendRequestAddTokensEvent,
|
|
247596
247614
|
};
|
|
247597
247615
|
|
|
247598
|
-
const OnRampWidget = React.lazy(() => import('./OnRampWidget-
|
|
247616
|
+
const OnRampWidget = React.lazy(() => import('./OnRampWidget-Bo47SO1S.js'));
|
|
247599
247617
|
class OnRamp extends Base$3 {
|
|
247600
247618
|
eventTopic = IMTBLWidgetEvents.IMTBL_ONRAMP_WIDGET_EVENT;
|
|
247601
247619
|
getValidatedProperties({ config }) {
|
|
@@ -247733,7 +247751,7 @@ const sendSalePaymentTokenEvent = (eventTarget, details) => {
|
|
|
247733
247751
|
eventTarget.dispatchEvent(event);
|
|
247734
247752
|
};
|
|
247735
247753
|
|
|
247736
|
-
const SaleWidget = React.lazy(() => import('./SaleWidget-
|
|
247754
|
+
const SaleWidget = React.lazy(() => import('./SaleWidget-aR03gcO3.js'));
|
|
247737
247755
|
class Sale extends Base$3 {
|
|
247738
247756
|
eventTopic = IMTBLWidgetEvents.IMTBL_SALE_WIDGET_EVENT;
|
|
247739
247757
|
// TODO: add specific validation logic for the sale items
|
|
@@ -247882,7 +247900,7 @@ const sendSwapRejectedEvent = (eventTarget, reason) => {
|
|
|
247882
247900
|
eventTarget.dispatchEvent(rejectedEvent);
|
|
247883
247901
|
};
|
|
247884
247902
|
|
|
247885
|
-
const SwapWidget = React.lazy(() => import('./SwapWidget-
|
|
247903
|
+
const SwapWidget = React.lazy(() => import('./SwapWidget-DWKQizGD.js'));
|
|
247886
247904
|
class Swap extends Base$3 {
|
|
247887
247905
|
eventTopic = IMTBLWidgetEvents.IMTBL_SWAP_WIDGET_EVENT;
|
|
247888
247906
|
getValidatedProperties({ config }) {
|
|
@@ -247984,7 +248002,7 @@ function sendDisconnectWalletEvent(eventTarget) {
|
|
|
247984
248002
|
eventTarget.dispatchEvent(disconnectWalletEvent);
|
|
247985
248003
|
}
|
|
247986
248004
|
|
|
247987
|
-
const WalletWidget = React.lazy(() => import('./WalletWidget-
|
|
248005
|
+
const WalletWidget = React.lazy(() => import('./WalletWidget-CaiMctYA.js'));
|
|
247988
248006
|
class Wallet extends Base$3 {
|
|
247989
248007
|
eventTopic = IMTBLWidgetEvents.IMTBL_WALLET_WIDGET_EVENT;
|
|
247990
248008
|
getValidatedProperties({ config }) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { dA as __awaiter, dB as __generator, dL as isServer, dD as getNextIntegrationsURL, dC as loadScript } from './index-
|
|
1
|
+
import { dA as __awaiter, dB as __generator, dL as isServer, dD as getNextIntegrationsURL, dC as loadScript } from './index-DfzeATeY.js';
|
|
2
2
|
|
|
3
3
|
function remoteMiddlewares(ctx, settings, obfuscate) {
|
|
4
4
|
var _a;
|